[gstreamer-bugs] [Bug 344697] Drop outs on audio cd playback with gstreamer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 12 16:17:22 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=344697
 GStreamer | gst-plugins-good | Ver: 0.10.6





------- Comment #1 from Tim-Philipp Müller  2006-06-12 23:17 UTC -------

> All applications using gstreamer/sound-juicer produce sound drop outs.
> first they appear once per 15-20 sec then they become more and more. i
> can stop this by halting the app (ctrl-z) and putting it to background
> (bg), but after a while it starts to drop out again.
> 
> Steps to reproduce the problem:
> 1. open a terminal
> 2. type "gst-launch-0.10 cdiocddasrc ! alsasink"
> 3. let the audio cd start

This is not entirely unexpected with the above pipeline.

What about

  $ gst-launch-0.10 uri=cdda://1

or

  $ gst-launch-0.10 cdiocddasrc ! queue min-threshold-time=2000000000 !
audioconvert ! audioresample ! alsasink


Does this also happen with the latest releases (core/base 0.10.8)?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list