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 581802 - Playing back audio on gvfs' CDDA fails
Playing back audio on gvfs' CDDA fails
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-07 22:52 UTC by Bastien Nocera
Modified: 2010-06-24 14:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-05-07 22:52:19 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 ...
Comment 1 Bastien Nocera 2009-05-07 22:52:43 UTC
First reported in:
https://bugzilla.redhat.com/show_bug.cgi?id=499266
Comment 2 Sebastian Dröge (slomo) 2009-05-08 05:09:19 UTC
This looks like one of the fixed pulsesink bugs. Could you check with the latest release of gst-plugins-good if this still happens?
Comment 3 Sebastian Dröge (slomo) 2009-09-10 08:48:14 UTC
Closing because no additional information was provided.
Comment 4 Bastien Nocera 2010-06-24 14:58:21 UTC
Works indeed.