summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-02-17 11:42:23 +1100
committerMatthew Waters <matthew@centricular.com>2016-02-17 11:42:23 +1100
commitb24d28f7294f248115b56718e6cb94e9c55cb4d9 (patch)
treedaee9d5e5adfb250fe9e8f32d5462768f2c1aa65 /ext
parentccc17ebe104d009ca9fe66bb59609ec1afa372d5 (diff)
glimagesink: remove unsed reconfigure variable
Diffstat (limited to 'ext')
-rw-r--r--ext/gl/gstglimagesink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gl/gstglimagesink.c b/ext/gl/gstglimagesink.c
index 2e5a60346..922880111 100644
--- a/ext/gl/gstglimagesink.c
+++ b/ext/gl/gstglimagesink.c
@@ -1880,7 +1880,6 @@ gst_glimage_sink_on_resize (GstGLImageSink * gl_sink, gint width, gint height)
*/
const GstGLFuncs *gl;
gboolean do_reshape;
- gboolean reconfigure;
GST_DEBUG_OBJECT (gl_sink, "GL Window resized to %ux%u", width, height);