ext/alsa/gstalsasink.c: Fix for negotiation order problem. This would show when the
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 12 Nov 2004 10:07:45 +0000 (10:07 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 12 Nov 2004 10:07:45 +0000 (10:07 +0000)
Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
Fix for negotiation order problem. This would show when the
ALSA loopfuction was called before any other function. ALSA
wouldn't do anything because we're not negotiated yet, leading
to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.

ChangeLog

index 229346be03b4c69078675f93415b51e3e363a57a..93896ba58443bd809aa5cc4bbdac7d8355f4221c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
+         Fix for negotiation order problem. This would show when the
+         ALSA loopfuction was called before any other function. ALSA
+         wouldn't do anything because we're not negotiated yet, leading
+         to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
+
 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
 
        reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>