GNOME Bugzilla – Bug 154815
[PATCH] ffmpegcolorspace leaks caps
Last modified: 2004-12-22 21:47:04 UTC
Caps are not freed after a call to gst_pad_try_set_caps(). This applies to the filter in gst-plugins as well as the one in gst-ffmpeg.
Created attachment 32360 [details] [review] fix for gst-plugins
Created attachment 32362 [details] [review] fix for gst-ffmpeg
Doesn't gst_pad_try_set_caps() take ownership over caps?...
If there's a problem, it just returns. If everything seems ok, it makes a copy before calling gst_pad_link_try().
*** Bug 157246 has been marked as a duplicate of this bug. ***
Silly me... The first patch calls gst_pad_free (newothercaps) instead of gst_caps_free (newothercaps)
This should be merged for next release.
status update please was it applied ? when ? in which release ? if not yet applied, is it still needed ? confirming bug, adding PATCH keyword
Both applied, thanks.