mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
monoscope: Unref allocation query after finished with it
https://bugzilla.gnome.org/show_bug.cgi?id=775752
This commit is contained in:
parent
96aaf889af
commit
c3cdae4d6e
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ gst_monoscope_src_negotiate (GstMonoscope * monoscope)
|
|||
/* and activate */
|
||||
gst_buffer_pool_set_active (pool, TRUE);
|
||||
|
||||
gst_query_unref (query);
|
||||
gst_caps_unref (target);
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue