GNOME Bugzilla – Bug 596174
a certain ogg audio file keeps the pipeline from going back into NULL after playback
Last modified: 2011-09-12 17:57:02 UTC
ftp://dream:tr4umk1st3@andy.ath.cx/rammlied.ogg is causing the pipeline to never reach null and therefore gst-launch never to quit respectively my dreambox media player application never to switch to the next song in the playlist. used decoder is _ivorbisdec_ !! logfile to be attached
Created attachment 143902 [details] GST_DEBUG="*:5" gst-launch playbin2 uri=file:///rammlied.ogg >rammlied_ogg_no_eof.log 2>&1
the ogg file was converted by a customer using videolan client logfile was trimmed down in size to fit (i left out the middle part)
Seems to work here with normal vorbisdec so might be a problem in ivorbisdec.
Maybe this is a problem with your audio device or driver? The EAGAIN handling in alsasink_write() might not be ideal, or at least it looks like it's impossible to shut down the sink from the GUI unless we either get a non-EAGAIN error or have successfully written something, but still, if the driver returns EAGAIN for more than 24 minutes, there might just be something else wrong.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!