After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619617 - [h264parse] leaks memory
[h264parse] leaks memory
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.18
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-25 13:52 UTC by Tibor Kocsis
Modified: 2010-05-28 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample video (457.12 KB, video/x-matroska)
2010-05-25 13:53 UTC, Tibor Kocsis
  Details
Plug a few memory leaks in h264parse (1.40 KB, patch)
2010-05-26 06:13 UTC, Mark Nauwelaerts
committed Details | Review

Description Tibor Kocsis 2010-05-25 13:52:40 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
Comment 1 Tibor Kocsis 2010-05-25 13:53:28 UTC
Created attachment 161947 [details]
sample video
Comment 2 Mark Nauwelaerts 2010-05-26 06:13:06 UTC
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.
Comment 3 Tim-Philipp Müller 2010-05-28 11:44:17 UTC
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.