GNOME Bugzilla – Bug 341721
Can't cope with ogg files containing multiple logical vorbis streams
Last modified: 2006-05-15 09:51:56 UTC
Please describe the problem: When I try to play an ogg file containing multiple logical vorbis streams, the first stream plays normally, then playback stops. Attempting to seek elsewhere in the file, or to play another file causes the interface to lock up. The file is at <http://robots.org.uk/stuff/bad.ogg>. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 65424 [details] debug output from rhythmbox
This is a gstreamer issue (I verified that it's present in CVS). You can verify that it's in gstreamer by running the following command-line pipeline. For me it stops after about 12 seconds. gst-launch-0.10 -t playbin uri=file:///home/alex/mp3/testfiles/bad.ogg Setting pipeline to PAUSED ... Pipeline is PREROLLING ... FOUND TAG : found by element "vorbisdec14". date: 37708-01-01 album: 3 encoder: Xiph.Org libVorbis I 20020717 encoder version: 0 audio codec: Vorbis nominal bitrate: 128000 maximum bitrate: 128000 minimum bitrate: 128000 bitrate: 128000 Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: audioclock2 FOUND TAG : found by element "vorbisdec15". date: 37709-01-01 album: 3 encoder: Xiph.Org libVorbis I 20020717 encoder version: 0 audio codec: Vorbis nominal bitrate: 128000 maximum bitrate: 128000 minimum bitrate: 128000 bitrate: 128000
*** This bug has been marked as a duplicate of 320984 ***