mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
gl: caopengllayersink: fix a minor warning
Fix "unused variable" warning https://bugzilla.gnome.org/show_bug.cgi?id=765292
This commit is contained in:
parent
84be275c4f
commit
40182f7959
1 changed files with 0 additions and 1 deletions
|
@ -384,7 +384,6 @@ static gboolean
|
|||
gst_ca_opengl_layer_sink_query (GstBaseSink * bsink, GstQuery * query)
|
||||
{
|
||||
GstCAOpenGLLayerSink *ca_sink = GST_CA_OPENGL_LAYER_SINK (bsink);
|
||||
gboolean res = FALSE;
|
||||
|
||||
switch (GST_QUERY_TYPE (query)) {
|
||||
case GST_QUERY_CONTEXT:
|
||||
|
|
Loading…
Reference in a new issue