[gstreamer-bugs] [Bug 360673] Stuttering with SunAudio Sink

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Nov 7 10:50:26 PST 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=360673

  GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #11 from Brian Cameron  2006-11-07 18:49 UTC -------

Padraig has the following analysis:

It looks to me that the stuttering is happening because the write thread is
writing silent samples to the audio device. This is happening because there
does not seem to be a way to tell the write thread that there is not data in
the ring buffer available for writing.

If the ring buffer is big enough,  the buffer in the audio device is filled up
before the silent samples are reached and the write call blocks until all the
data has been written to the audio device. In this case stuttering does not
occur.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list