[Bug 156063] infinite loop and 100% CPU with some MP3
bugzilla-daemon@bugzilla.gnome.org
bugzilla-daemon@bugzilla.gnome.org
Tue, 2 Nov 2004 10:27:12 -0500 (EST)
http://bugzilla.gnome.org/show_bug.cgi?id=156063
GStreamer | gst-plugins | Ver: HEAD CVS
alexander.winston@comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexander.winston@comcast.ne
| |t
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From alexander.winston@comcast.net 2004-11-02 10:27 -------
Using CVS revision HEAD versions of gstreamer, gst-plugins, and gst-ffmpeg (all
up-to-date as of 2004-11-02T00:34:34+0000):
This pipeline plays the file once, but then seems to loop infinitely until I
kill the process:
gst-launch-0.8 gnomevfssrc location="00-time_signal.mp3" ! typefind ! spider !
alsasink
This does not occur with these pipelines, which all play the file once and then
exit:
gst-launch-0.8 gnomevfssrc location="00-time_signal.mp3" ! spider ! alsasink
gst-launch-0.8 filesrc location="00-time_signal.mp3" ! spider ! alsasink
gst-launch-0.8 filesrc location="00-time_signal.mp3" ! typefind ! spider ! alsasink
------- You are receiving this mail because: -------
You are on the CC list for the bug.