[gstreamer-bugs] [Bug 360673] [PATCH] Stuttering with SunAudio Sink
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Dec 8 15:14:01 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 #33 from Jan Schmidt 2006-12-08 23:12 UTC -------
Oh, I forgot to mention:
* The blocking could be done before the write call instead, which might
better mimic a hardware dma buffer of buffer_time size, in that samples can't
be written until there is a slot available
* The waiting is done using nanosleep because the only way I could see to be
notified when audio_info.play.eof is incremented otherwise is to use SIGPOLL,
which GStreamer cannot do as a support library, because it involves installing
a global signal handler that the app might want.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list