mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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
74ab40470c
commit
527747a077
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue