GNOME Bugzilla – Bug 734473
rtpmux: Unref pad template caps after usage
Last modified: 2014-08-08 19:22:52 UTC
I was looking for accidentally omitted gst_unref_caps() after calling gst_pad_get_pad_template_caps() and found a few in rtpmux. The attached patch is meant to fix those issues.
Created attachment 282893 [details] [review] Proposed patch fixing reference leak.
Created attachment 282907 [details] [review] Proposed patch fixing reference leak.
master: commit 1a35bf964748e4efb54bf9a1afd212f203051f4d Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Fri Aug 8 12:29:52 2014 +0200 rtpmux: Unref pad template caps after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734473 1.4: commit 9d47e55e2c9cfe03634bb1ae71cd9abb8ff80c4e Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Fri Aug 8 12:29:52 2014 +0200 rtpmux: Unref pad template caps after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734473