diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-16 02:51:28 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-16 02:51:28 +0000 |
commit | b8854e061f5afb80c5856c5ebeab24d75c48bae1 (patch) | |
tree | 5085b08c863963e8ec86c26dc81772c9a491ab99 | |
parent | 1530163b3ffa6cd1e15f33b204e8def3a0f5c8c7 (diff) |
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
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-16 Benjamin Otte <otte@gnome.org> + + * 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 + 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com> * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type), (gst_pixbufscale_get_type), (gst_pixbufscale_base_init), |