mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
glimagesink: fix query leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=766663
This commit is contained in:
parent
e071510b12
commit
0d6359d4a2
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ GST_START_TEST (test_query_drain)
|
|||
* releases the buffers it currently owns, upon drain query. */
|
||||
query = gst_query_new_drain ();
|
||||
DO_CALL (do_peer_query_func, query);
|
||||
gst_query_unref (query);
|
||||
|
||||
/* Transfer buffers back to the downstream pool to be release
|
||||
* properly. This also make sure that all buffers are returned.
|
||||
|
|
Loading…
Reference in a new issue