glimagesink: Remove unused variable

gstglimagesink.c: In function 'gst_glimage_sink_on_draw':
gstglimagesink.c:1959:18: error: unused variable 'sync_meta' [-Werror=unused-variable]
   GstGLSyncMeta *sync_meta = NULL;
                  ^
This commit is contained in:
Sebastian Dröge 2015-11-17 17:17:50 +02:00 committed by Tim-Philipp Müller
parent e7b63b1397
commit c9fafe8445

View file

@ -1956,7 +1956,6 @@ gst_glimage_sink_on_draw (GstGLImageSink * gl_sink)
const GstGLFuncs *gl = NULL;
GstGLWindow *window = NULL;
gboolean do_redisplay = FALSE;
GstGLSyncMeta *sync_meta = NULL;
GstSample *sample = NULL;
guint gl_target = gst_gl_texture_target_to_gl (gl_sink->texture_target);