[Gstreamer-bugs] [Bug 98012] New - libgstplay leaks memory at approx 6MB per minute
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Fri Nov 8 04:22:52 PST 2002
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=98012
Changed by vishnu at pobox.com.
--- shadow/98012 Fri Nov 8 07:22:52 2002
+++ shadow/98012.tmp.17776 Fri Nov 8 07:22:52 2002
@@ -0,0 +1,27 @@
+Bug#: 98012
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org
+ReportedBy: vishnu at pobox.com
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL:
+Summary: libgstplay leaks memory at approx 6MB per minute
+
+This script doesn't leak memory:
+
+ ./gst-launch --gst-scheduler=basicomega -Xoffset filesrc location=$1 !
+mpegdemux sync=false name=foo video_%02d! { queue ! mpeg2dec ! { queue !
+colorspace ! xvideosink } } foo.audio_%02d!{ queue ! mad ! { queue !
+osssink } }
+
+However, when i try to play the same MPEG1 film via libgstplay (gst-player
+or my own player linked against libgstplay) then i leak memory at about 1M
+per 10 seconds.
More information about the Gstreamer-bugs
mailing list