mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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
This commit is contained in:
parent
1530163b3f
commit
b8854e061f
1 changed files with 8 additions and 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>
|
2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
|
||||||
* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
|
* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
|
||||||
(gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
|
(gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
|
||||||
|
|
Loading…
Reference in a new issue