From c39ed546c7cf1f2bd80fc721267d56d18dfb97c9 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 12 Nov 2004 10:07:45 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 229346be..93896ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-11-12 Ronald S. Bultje + + * 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 reviewed by: Ronald S. Bultje -- cgit v1.2.1