GNOME Bugzilla – Bug 734527
gl/examples: Unref bus and element after usage
Last modified: 2014-08-10 20:44:25 UTC
gst_pipeline_get_bus() and gst_bin_get_by_interface() both return references that must be released after usage. The attached patch aims to fix this.
Created attachment 282983 [details] [review] Proposed patch.
Thanks, pushed: commit 84b7079020f566ba48780c4a05273d680044ae55 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 11:45:41 2014 +0200 examples/gl: unref bus and element after usage gst_pipeline_get_bus() and gst_bin_get_by_interface() both return references that need to be unreferenced after usage. https://bugzilla.gnome.org/show_bug.cgi?id=734527