GNOME Bugzilla – Bug 734532
realaudiocodec: Avoid leaking copy of caps object
Last modified: 2014-08-10 11:07:43 UTC
gst_pad_get_pad_template_caps() returns a reference which is unreferenced, so creating a copy using gst_caps_copy() results in a reference leak. The attached patch removes the uncessary calls to gst_caps_copy().
Created attachment 282988 [details] [review] Proposed patch.
Not ported.