After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596174 - a certain ogg audio file keeps the pipeline from going back into NULL after playback
a certain ogg audio file keeps the pipeline from going back into NULL after p...
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.10.24
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-24 11:06 UTC by Andreas Frisch
Modified: 2011-09-12 17:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG="*:5" gst-launch playbin2 uri=file:///rammlied.ogg >rammlied_ogg_no_eof.log 2>&1 (367.85 KB, application/x-bzip2)
2009-09-24 11:17 UTC, Andreas Frisch
Details

Description Andreas Frisch 2009-09-24 11:06:18 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
Comment 1 Andreas Frisch 2009-09-24 11:17:19 UTC
Created attachment 143902 [details]
GST_DEBUG="*:5" gst-launch playbin2 uri=file:///rammlied.ogg  >rammlied_ogg_no_eof.log 2>&1
Comment 2 Andreas Frisch 2009-09-24 11:20:44 UTC
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)
Comment 3 Sebastian Dröge (slomo) 2009-09-24 14:39:03 UTC
Seems to work here with normal vorbisdec so might be a problem in ivorbisdec.
Comment 4 Tim-Philipp Müller 2009-09-24 16:03:23 UTC
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.
Comment 5 Tobias Mueller 2011-09-12 17:57:02 UTC
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!