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)
commitccc3ca8dbb86ff2c6020b04ebbd32bca6b48ee39
treedb6fd669e0cdaba79158c5d1af239c432d662775
parentc1ee3357865c3d7b682c8132bc06324b6fdc30b7
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