On Fri, 2005-12-02 at 23:32 -0600, Joe Wreschnig wrote:
> Can you run (on one of the files you're trying to play)
> $ gst-launch playbin uri=file:///...somefile.ext
> And check its memory usage?
Sure; but that alone didn't do much:
[EMAIL PROTECTED]:~$ gst-launch playbin
uri=file:///space/audio/ogg/Color_Bars/Making_Playthings/03-Color_Bars-Eliza.ogg
RUNNING pipeline ...
(gst-launch-0.8:31950): GStreamer-CRITICAL **: gst_object_ref: assertion
`GST_IS_OBJECT (object)' failed
(gst-launch-0.8:31950): GStreamer-CRITICAL **: gst_object_ref: assertion
`GST_IS_OBJECT (object)' failed
(gst-launch-0.8:31950): GStreamer-CRITICAL **: gst_bin_add: assertion
`GST_IS_ELEMENT (element)' failed
(gst-launch-0.8:31950): GStreamer-CRITICAL **: gst_element_link_pads_filtered:
assertion `GST_IS_ELEMENT (dest)' failed
Waiting for the state change... got the state change.
(gst-launch-0.8:31950): GStreamer-CRITICAL **: gst_object_unref: assertion
`GST_IS_OBJECT (object)' failed
So I tweaked the command line until it started to play:
[EMAIL PROTECTED]:~$ gst-launch playbin
uri=file:///space/audio/ogg/Color_Bars/Making_Playthings/03-Color_Bars-Eliza.ogg
! vorbisdec ! audioconvert ! alsasink
WARNING: erroneous pipeline: could not link playbin0 to vorbisdec0
Trying to run anyway.
RUNNING pipeline ...
This appears to be leaking memory at approximately the same rate. It
was using ~104M by the time it finished playing this 3.9M ogg.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]