summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-07-03 12:48:30 +0000
committerBenjamin Otte <otte@gnome.org>2004-07-03 12:48:30 +0000
commit99fde0973a396b96e46a69c4aa1a8891a539a901 (patch)
treed541e39aea1ba7bb35a07e4276ca483d9753cccf /ChangeLog
parent39684aef93a6d6b7e1120de4ec44d9f3fc3c44f9 (diff)
downloadgst-plugins-bad-99fde0973a396b96e46a69c4aa1a8891a539a901.tar.gz
gst-plugins-bad-99fde0973a396b96e46a69c4aa1a8891a539a901.tar.bz2
gst-plugins-bad-99fde0973a396b96e46a69c4aa1a8891a539a901.zip
ext/alsa/gstalsa.c: use our own functions for restarting the alsa device.
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery): use our own functions for restarting the alsa device. * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): I should apply patches myself - use MIN for the third argument, not the second, this fixes seeking
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3c0c1a4..192d2ffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-03 Benjamin Otte <otte@gnome.org>
+
+ * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
+ use our own functions for restarting the alsa device.
+ * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
+ I should apply patches myself - use MIN for the third argument, not
+ the second, this fixes seeking
+
2004-07-02 David Schleef <ds@schleef.org>
* ext/flac/gstflacdec.c: (gst_flacdec_class_init),