mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
glstereomix: support gl display changes
This commit is contained in:
parent
7e2073000a
commit
6dbda0681b
1 changed files with 4 additions and 0 deletions
|
@ -700,6 +700,10 @@ gst_gl_stereo_mix_process_frames (GstGLStereoMix * mixer)
|
|||
else
|
||||
views = 1;
|
||||
|
||||
/* We can configure the view_converter now */
|
||||
gst_gl_view_convert_set_context (mixer->viewconvert,
|
||||
GST_GL_BASE_MIXER (mixer)->context);
|
||||
|
||||
if (gst_gl_view_convert_submit_input_buffer (mixer->viewconvert,
|
||||
FALSE, inbuf) != GST_FLOW_OK)
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue