Skip to content

Commit f614064

Browse files
PancakeTASRytoEX
authored andcommitted
linux-pipewire: Fix render technique in captures
1 parent bdebea3 commit f614064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/linux-pipewire/pipewire.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ void obs_pipewire_stream_video_render(obs_pipewire_stream *obs_pw_stream, gs_eff
13091309
gs_sync_destroy(acquire_sync);
13101310
}
13111311

1312-
effect = obs_get_base_effect(OBS_EFFECT_OPAQUE);
1312+
effect = obs_get_base_effect(OBS_EFFECT_DEFAULT);
13131313
gs_technique_t *tech = gs_effect_get_technique(effect, "DrawSrgbDecompress");
13141314
gs_technique_begin(tech);
13151315
gs_technique_begin_pass(tech, 0);

0 commit comments

Comments
 (0)