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 663807 - Major memory leak
Major memory leak
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-10 20:38 UTC by Wynn Rostek
Modified: 2011-11-10 21:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Valgrind and gst-inspect info with info on pinpointing bug. (2.15 KB, text/plain)
2011-11-10 20:38 UTC, Wynn Rostek
Details

Description Wynn Rostek 2011-11-10 20:38:30 UTC
Created attachment 201185 [details]
Valgrind and gst-inspect info with info on pinpointing bug.

Seems to leak a buffer for each buffer passed through h264parse.  Details of supporting information provided in attachment.  Version 0.10.20 of h264parse.
Comment 1 Tim-Philipp Müller 2011-11-10 21:00:43 UTC
> Seems to leak a buffer for each buffer passed through h264parse.  Details of
> supporting information provided in attachment.  Version 0.10.20 of h264parse.

The current release of -bad is 0.10.22, and h264parse has gone through quite some changes since 0.10.20, so I'm going to close this as OBSOLETE.

Please re-open if you can reproduce this with a current stack of git (can be compiled in an uninstalled setup) or provide a gst-launch pipeline we can use to check if this is still an issue.

FWIW, there was also a leak in the last release, see bug #650323.