diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-12 10:07:45 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-12 10:07:45 +0000 |
commit | c39ed546c7cf1f2bd80fc721267d56d18dfb97c9 (patch) | |
tree | 13168ed05fc8e15ea5f905b6f8700af1629780e2 /ChangeLog | |
parent | 23a90d0b4aaa93a48662c20cdffe7ecc3ce4f8e6 (diff) | |
download | gst-plugins-bad-c39ed546c7cf1f2bd80fc721267d56d18dfb97c9.tar.gz gst-plugins-bad-c39ed546c7cf1f2bd80fc721267d56d18dfb97c9.tar.bz2 gst-plugins-bad-c39ed546c7cf1f2bd80fc721267d56d18dfb97c9.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |