summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-12 10:07:45 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-12 10:07:45 +0000
commit6d1d8a65f6f9a16405518d1eea805d7eed26612e (patch)
treece4b4c3ad7e3edb734d6d28d13e6ff05f5470124
parent4d0deaeab469bed4bb14943cdd3c36288693d4bd (diff)
ext/alsa/gstalsasink.c: Fix for negotiation order problem. This would show when the
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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 229346be..93896ba5 100644
--- 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>