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:28 +0000 (02:51 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 02:51:28 +0000 (02:51 +0000)
commit13575762c3e17919ef0c7f8d8ee6445864f22c8e
tree3106a824fcf228fa07c8d10021436056dc1282a7
parentdbe1dcbe2315efe35863340df052c2259ef3fdd3
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