GNOME Bugzilla – Bug 734525
inter: Unref bus after usage
Last modified: 2014-08-11 08:03:47 UTC
gst_pipeline_get_bus() returns a reference to a bus that must be released after usage. The attach patch fixes this.
Created attachment 282982 [details] [review] Proposed patch.
commit 8ee4e198cc820d869da20c83a71246a6af50d1ae Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 11:41:17 2014 +0200 inter: Unref bus after usage gst_pipeline_get_bus() returns a reference to a bus that needs to be unreferenced after usage. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734525