mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 12:51:21 +00:00
caopengllayersink: Don't chain up to parent's query handling twice for DRAIN query
https://bugzilla.gnome.org/show_bug.cgi?id=753913
This commit is contained in:
parent
48fefd8c84
commit
cdd484800a
1 changed files with 0 additions and 1 deletions
|
@ -439,7 +439,6 @@ gst_ca_opengl_layer_sink_query (GstBaseSink * bsink, GstQuery * query)
|
|||
gst_buffer_replace (&ca_sink->next_buffer, NULL);
|
||||
gst_buffer_replace (&ca_sink->next_sync, NULL);
|
||||
|
||||
res = GST_BASE_SINK_CLASS (parent_class)->query (bsink, query);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue