GNOME Bugzilla – Bug 318660
[faac] missing unrefs
Last modified: 2005-10-12 12:55:44 UTC
faac uses gst_pad_get_parent, which refs the faac plugin, but forgets to unref itself. The attached patch fixes this.
Created attachment 53363 [details] [review] Unref faac
Committed, thanks! Would be great if you could use 'cvs diff -u' in future for patches. Most people find that patch format easier to read. 2005-10-12 Josef Zlomek <josef dot zlomek at xeris dot cz> * ext/faac/gstfaac.c: (gst_faac_sink_setcaps), (gst_faac_src_setcaps), (gst_faac_chain): Refcount fixes (#318660) Cheers -Tim