mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
glimagesink: don't set the upload to NULL on the drain query
https://bugzilla.gnome.org/show_bug.cgi?id=732694
This commit is contained in:
parent
db6ea1b3bd
commit
f0c118c77a
1 changed files with 0 additions and 1 deletions
|
@ -579,7 +579,6 @@ gst_glimage_sink_query (GstBaseSink * bsink, GstQuery * query)
|
|||
|
||||
gst_buffer_replace (&glimage_sink->next_buffer, NULL);
|
||||
gst_gl_upload_release_buffer (glimage_sink->upload);
|
||||
glimage_sink->upload = NULL;
|
||||
|
||||
res = GST_BASE_SINK_CLASS (parent_class)->query (bsink, query);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue