mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
glimagesink: remove unsed reconfigure variable
This commit is contained in:
parent
5694cdd8ca
commit
9ac6c546de
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue