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:
hoonhee.lee 2015-08-21 16:31:41 +09:00 committed by Tim-Philipp Müller
parent d45e0f807f
commit 3edb758d5d

View file

@ -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: