From 40182f79597455a1d0cd2c58774e30c93f808f27 Mon Sep 17 00:00:00 2001 From: Hyunjun Ko Date: Wed, 20 Apr 2016 16:19:55 +0900 Subject: [PATCH] gl: caopengllayersink: fix a minor warning Fix "unused variable" warning https://bugzilla.gnome.org/show_bug.cgi?id=765292 --- ext/gl/caopengllayersink.m | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/gl/caopengllayersink.m b/ext/gl/caopengllayersink.m index 0005115..ab1e084 100644 --- a/ext/gl/caopengllayersink.m +++ b/ext/gl/caopengllayersink.m @@ -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: -- 2.7.4