GNOME Bugzilla – Bug 734524
wrappercamerabinsrc: Unref elements after usage
Last modified: 2014-08-11 06:56:12 UTC
gst_bin_get_by_name() and gst_bin_get_by_interface() return reference to elements that need to be released after usage. The attached patch aims to fix this.
Created attachment 282981 [details] [review] Proposed patch.
Pushed, thanks for the patch: commit 5d1fedd18ef5587335afbc713ea54c9b9a835765 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 11:36:38 2014 +0200 wrappercamerabinsrc: Unref elements after usage gst_bin_get_by_name() and gst_bin_get_by_interface() both return references to elements that need to be unreferenced after usage. https://bugzilla.gnome.org/show_bug.cgi?id=734524