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 159821 - [cdparanoia] audio playback glitches using cdparanoia
[cdparanoia] audio playback glitches using cdparanoia
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: Gnome-CD
2.9.x
Other Linux
: Normal major
: 2.9.91
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-29 12:20 UTC by Michael Gratton
Modified: 2005-02-08 14:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Michael Gratton 2004-11-29 12:20:50 UTC
Audio cd playback using cdparanoia has a brief gap every two seconds, almost as
if the cd is skipping (but it isn't). This happens using both esdsink and
alsasink (untested with other sinks) and using the ~5 cds that I tried.

The following reproduces the problem on my system:

  gst-launch-0.8 cdparanoia ! alsasink
  gst-launch-0.8 cdparanoia ! esdsink

gstreamer: 0.8.7
gst-plugins: 0.8.6
Comment 1 Ronald Bultje 2004-12-17 00:36:31 UTC
Do you have DMA enabled on your CDROM?
Comment 2 Michael Gratton 2004-12-18 01:12:43 UTC
Yep:

mjg@wintermute:~$ hdparm -d /dev/hdc

/dev/hdc:
 using_dma    =  1 (on)
mjg@wintermute:~$
Comment 3 Ronald Bultje 2005-01-29 11:34:46 UTC
Does using "gst-launch cdparanoia ! queue ! { alsasink }" solve it for you? I've
had more people report this and the above fixed it for them. I'll probably add
that to gnome-cd, too.
Comment 4 Michael Gratton 2005-01-30 03:55:42 UTC
Yes! Works nicely. Thanks.
Comment 5 Ronald Bultje 2005-02-08 14:41:02 UTC
I've added that to gnome-cd. Closing bug.