ext/alsa/gstalsasink.c: add error checking to snd_pcm_delay and remove duplicate...
authorBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 02:51:29 +0000 (02:51 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 02:51:29 +0000 (02:51 +0000)
commite4e511cc393c8189ca18de1a952d85b397d692f6
treec12d4a03fdc08f78f76fa198980b7060794eecd4
parent4fc66c9509817e12d3a4b6aa9b98ceddf8bed2b9
ext/alsa/gstalsasink.c: add error checking to snd_pcm_delay and remove duplicate call to snd_pcm_delay that caused is...

Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
add error checking to snd_pcm_delay and remove duplicate call to
snd_pcm_delay that caused issues (see inline code comments)
* ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
make more readable and fix return value when snd_pcm_delay fails
ChangeLog
ext/alsa/gstalsasink.c