diff options
author | Benjamin Otte <otte@gnome.org> | 2003-12-27 17:19:29 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-12-27 17:19:29 +0000 |
commit | c96803fc0c3f8d4b740bd4e69f2cb5a9f27a9d0f (patch) | |
tree | 7b01129b4a5b1387e03e6b603f7872b111934eb7 | |
parent | a69f59564a5ccd1e93ed02f3d616ed1f673ed2d3 (diff) |
ext/alsa/gstalsa.c: Don't send ALSA debugging to stderr.
Original commit message from CVS:
2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/alsa/gstalsa.c: (gst_alsa_open_audio):
Don't send ALSA debugging to stderr.
* ext/alsa/gstalsa.h:
Use GST_WARNING instead of g_warning when ALSA functions fail.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de> + * ext/alsa/gstalsa.c: (gst_alsa_open_audio): + Don't send ALSA debugging to stderr. + * ext/alsa/gstalsa.h: + Use GST_WARNING instead of g_warning when ALSA functions fail. + +2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de> + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): Free XVAdapterInfo correctly. |