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:
parent
e7b63b1397
commit
c9fafe8445
@ -1956,7 +1956,6 @@ gst_glimage_sink_on_draw (GstGLImageSink * gl_sink)
|
|||||||
const GstGLFuncs *gl = NULL;
|
const GstGLFuncs *gl = NULL;
|
||||||
GstGLWindow *window = NULL;
|
GstGLWindow *window = NULL;
|
||||||
gboolean do_redisplay = FALSE;
|
gboolean do_redisplay = FALSE;
|
||||||
GstGLSyncMeta *sync_meta = NULL;
|
|
||||||
GstSample *sample = NULL;
|
GstSample *sample = NULL;
|
||||||
guint gl_target = gst_gl_texture_target_to_gl (gl_sink->texture_target);
|
guint gl_target = gst_gl_texture_target_to_gl (gl_sink->texture_target);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user