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 137863 - CPU/Memory leak when using spider decoder
CPU/Memory leak when using spider decoder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.0
Other Linux
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-21 18:33 UTC by ragnar
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
Fixes memory leaks (1.19 KB, patch)
2004-05-19 20:42 UTC, Sebastien Cote
none Details | Review

Description ragnar 2004-03-21 18:33:40 UTC
I use the spider decoder to play a file and it just uses a lot of CPU and
the memory steadily increases in a dangerously high pace.

Example commandlines:

gst-launch filesrc location=File.mp3 ! spider ! alsasink
gst-launch filesrc location=File.ogg ! spider ! alsasink

If I instead use the mad plugin directly it works nicely:

gst-launch filesrc location=File.mp3 ! mad ! alsasink
Comment 1 David Schleef 2004-04-15 22:56:51 UTC
There have been a lot of memleak fixes in the last few weeks.  Could you retry this?
Comment 2 Sebastien Cote 2004-05-19 20:42:36 UTC
Created attachment 27854 [details] [review]
Fixes memory leaks
Comment 3 Thomas Vander Stichele 2004-07-06 12:01:06 UTC
thanks for the patch.  verified and commited.