GNOME Bugzilla – Bug 137863
CPU/Memory leak when using spider decoder
Last modified: 2004-12-22 21:47:04 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
There have been a lot of memleak fixes in the last few weeks. Could you retry this?
Created attachment 27854 [details] [review] Fixes memory leaks
thanks for the patch. verified and commited.