mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gluploadelement: don't passthrough on same caps
If we do, then multiple disjoint OpenGL contexts will not perform the necessary download and reupload of data that is necessary to cross between each OpenGL context sharegroup.
This commit is contained in:
parent
6cc32a39e7
commit
df7b189ecb
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ gst_gl_upload_element_class_init (GstGLUploadElementClass * klass)
|
|||
bt_class->transform = gst_gl_upload_element_transform;
|
||||
bt_class->stop = gst_gl_upload_element_stop;
|
||||
|
||||
bt_class->passthrough_on_same_caps = TRUE;
|
||||
|
||||
element_class->change_state = gst_gl_upload_element_change_state;
|
||||
|
||||
gst_element_class_add_static_pad_template (element_class,
|
||||
|
|
Loading…
Reference in a new issue