From: Benjamin Otte Date: Sat, 3 Jul 2004 12:48:30 +0000 (+0000) Subject: ext/alsa/gstalsa.c: use our own functions for restarting the alsa device. X-Git-Tag: 1.19.3~507^2~23034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99fde0973a396b96e46a69c4aa1a8891a539a901;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/ChangeLog b/ChangeLog index e3c0c1a..192d2ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-07-03 Benjamin Otte + + * 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 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),