[Bug 663465] adpcmdec: memleak
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Dec 13 00:24:39 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=663465
GStreamer | gst-plugins-bad | git
--- Comment #7 from Nicola <lists at svrinformatica.it> 2011-12-13 08:24:32 UTC ---
Hi Vincent,
I did some more tests, the leak seems related to pulsesink and not adpcmdec, I
can easily reproduce the reported definitely lost with this pipeline:
gst-launch -v -e souphttpsrc is-live=true timeout=5
location="http://192.168.10.103/videostream.asf?user=admin&pwd=&resolution=8&rate=3"
! asfdemux name=demux demux.audio_00 ! queue ! adpcmdec ! pulsesink
but it doesn't happen using this (I tested for about 1 hour):
gst-launch -v -e souphttpsrc is-live=true timeout=5
location="http://192.168.10.103/videostream.asf?user=admin&pwd=&resolution=8&rate=3"
! asfdemux name=demux demux.audio_00 ! queue ! adpcmdec ! fakesink
pulsesink show several leaks (some related to gstreamer and some to the
pulseaudio library) you can easily reproduce with pulsesrc ! pulsesink, if you
want I can report them in a separate bug,
thanks
Nicola
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list