GNOME Bugzilla – Bug 581802
Playing back audio on gvfs' CDDA fails
Last modified: 2010-06-24 14:58:21 UTC
paplay works: paplay '/home/hadess/.gvfs/cdda mount on sr0/Track 1.wav' Both playbin and playbin2 fail: $ gst-launch playbin uri="file:///home/hadess/.gvfs/cdda%20mount%20on%20sr0/Track%201.wav" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock ERROR: from element /GstPlayBin:playbin0/GstBin:abin/GstAutoAudioSink:audiosink/GstPulseSink:audiosink-actual-sink-pulse: Disconnected: OK Additional debug info: pulsesink.c(450): gst_pulsesink_is_dead (): /GstPlayBin:playbin0/GstBin:abin/GstAutoAudioSink:audiosink/GstPulseSink:audiosink-actual-sink-pulse Execution ended after 178225 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ... $ gst-launch playbin2 uri="file:///home/hadess/.gvfs/cdda%20mount%20on%20sr0/Track%201.wav" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... (and sits here) ^CCaught interrupt -- handling interrupt. Interrupt: Stopping pipeline ... ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ...
First reported in: https://bugzilla.redhat.com/show_bug.cgi?id=499266
This looks like one of the fixed pulsesink bugs. Could you check with the latest release of gst-plugins-good if this still happens?
Closing because no additional information was provided.
Works indeed.