[gstreamer-bugs] [Bug 157246] gstffmpegcolorspace leak fixes

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Nov 6 15:27:00 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=157246
GStreamer | gst-ffmpeg | Ver: HEAD CVS





------- Additional Comments From rbultje at ronald.bitfreak.net  2004-11-06 18:27 -------
I believe the fix is wrong. gst_caps_get_negotiated_caps() returns a const
pointer, so you do need to copy that. The leak you're getting might have been
because the caps isn't free'ed after gst_pad_try_set_caps(), which might happen
on failure (IIRC).

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list