GNOME Bugzilla – Bug 619617
[h264parse] leaks memory
Last modified: 2010-05-28 11:44:29 UTC
Hi, I noticed a memory leak in the h264parse element. My program recorded from a grabber card and after a several hour crashed with memory allocate error. I made some test and after i removed the h264parse from the pipeline, everything went fine. I attach a sample video recorded from the grabber card, hope you can find the leak with that. Regards, Tibor
Created attachment 161947 [details] sample video
Created attachment 161992 [details] [review] Plug a few memory leaks in h264parse This should fix a few leaks (in caps handling) that valgrind could find.
commit 413716d1d9402e6124731a0f4c1a1457bcca8d55 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Tue May 25 16:37:58 2010 +0200 h264parse: plug a few memory leaks Fixes #619617.