GNOME Bugzilla – Bug 734518
dfbvideosink: Unref pad template caps after usage
Last modified: 2014-08-10 11:32:22 UTC
This is another instance of gst_pad_get_pad_template_caps() returning a reference but the code does not release the reference. The attached patch aims to fix this.
Created attachment 282976 [details] [review] Proposed patch.
commit 1b56e801473c37d6b1777bb1cd7dd8322c769881 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 01:23:50 2014 +0200 dfbvideosink: Unref pad template caps after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734518