GNOME Bugzilla – Bug 730865
x264enc: fix caps leak in set_format()
Last modified: 2014-05-28 08:10:09 UTC
Created attachment 277359 [details] [review] x264enc: fix caps leak in set_format() When allowed caps is empty, the set_format() function returns without unrefing the template caps got by gst_static_pad_template_get_caps() I attached a patch which fix the leak
commit 84b20091550641157fdf899268ab6da74f6fe3cd Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Wed May 28 09:49:59 2014 +0200 x264enc: fix caps leak in set_format() https://bugzilla.gnome.org/show_bug.cgi?id=730865