GNOME Bugzilla – Bug 768843
bad: fix leaks in tests
Last modified: 2016-07-18 11:49:13 UTC
.
Created attachment 331573 [details] [review] autovideoconvert: fix bus leak gst_bus_remove_signal_watch() has to be called to release the ref taken by gst_bus_add_signal_watch().
Created attachment 331574 [details] [review] audiomixer: fix bus leak gst_bus_remove_signal_watch() has to be called to release the ref taken by gst_bus_add_signal_watch().
Created attachment 331575 [details] [review] camerabin: fix bus leaks in test Use gst_bus_remove_watch() instead of g_source_remove() to remove the watch so the extra ref owned by gst_bus_add_watch() is released as well.
Created attachment 331576 [details] [review] adaptive demux: fix bus leaks in tests
Thanks! commit b3b764999ad717e876044ee2d88000172da4edd6 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Fri Jul 15 10:31:35 2016 +0200 tests: fix bus leak gst_bus_remove_signal_watch() has to be called to release the ref taken by gst_bus_add_signal_watch(). https://bugzilla.gnome.org/show_bug.cgi?id=768843