GNOME Bugzilla – Bug 551676
Small Memleak fix in gst_pad_link_check_compatible_unlocked
Last modified: 2008-10-06 08:45:40 UTC
Small memleak caused by a missing caps unref See attached patch Original patch by : Simon Descaries
Created attachment 118437 [details] [review] Memleak fix
Patch by: Antoine Tremblay <hexa00 at gmail dot com> * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): Original patch by : Simon Descaries Fix small refount leak in caps compatibility check. Fixes #551676.