GNOME Bugzilla – Bug 449459
[playbin] Memory leak when stopping-starting (race?)
Last modified: 2013-07-17 08:37:49 UTC
Using pygst, when stopping and starting sounds at a rate of about 100 sounds/second, a memory leak of about 2.5 MB per minute(!) results. I have attached a python file that demonstrates this. Software versions installed were: gstreamer 0.10.11 gst-plugins-alsa 0.10.11 gst-plugins-base 0.10.11 gst-plugins-good 0.10.14
Created attachment 90334 [details] Python file that shows the memory leak.
I can't manage to reproduce this leak with current head of everything.
my bad, it does happen !
already fixed a bunch of leaks in oggdemux, decodebin and wrong use of gst_static_pad_template_get() that were detected through this. All those fixes are currently in cvs. I wrote a simpler test which does the same thing but only with filesrc ! decodebin and the leak is now gone. Therefore I'm suspecting playbin is the culprit. Will attach newer scripts and massif reports soon.
(In reply to comment #4) > Will attach newer scripts and massif reports soon. Any news on this?
Ping?
No response in over 5 years. Closing. Re-open if the issue is still reproduceable with git gstreamer.