GNOME Bugzilla – Bug 734522
videoaggregator: Unref allowed caps after usage
Last modified: 2014-08-11 06:56:24 UTC
gst_pad_get_allowed_caps() returns a reference to a caps object that must be unreferenced in error cases. The attached patch aims to fix this.
Created attachment 282980 [details] [review] Proposed patch.
commit ee09d332bdb7bb3ed18589492d9838a8af9000ea Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Aug 9 11:17:44 2014 +0200 videoaggregator: Unref allowed caps after usage Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734522