gstreamer/ext/alsa
Wim Taymans 5fd36709af ext/alsa/gstalsa.c: Small code cleanup.
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
(gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
Small code cleanup.
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
(gst_alsa_mixer_new):
Remove hack that always set the device to hw:0*.
Properly find the card name for whatever device was configured.
Do some better debugging.
Fixes #350784.
* ext/alsa/gstalsamixerelement.c:
(gst_alsa_mixer_element_set_property),
(gst_alsa_mixer_element_change_state):
Cleanups.
Handle setting of a NULL device name better.
2006-08-13 14:34:48 +00:00
..
gstalsa.c ext/alsa/gstalsa.c: Small code cleanup. 2006-08-13 14:34:48 +00:00
gstalsa.h ext/alsa/: Refactor and improve caps probing code: probe signedness when we probe the supported formats/widths; set e... 2006-05-16 15:52:17 +00:00
gstalsadeviceprobe.c ext/alsa/: Clean up and simplify alsa device probing. Make it actually work for multiple classes. Don't cache results... 2006-05-18 17:19:39 +00:00
gstalsadeviceprobe.h ext/alsa/: Clean up and simplify alsa device probing. Make it actually work for multiple classes. Don't cache results... 2006-05-18 17:19:39 +00:00
gstalsamixer.c ext/alsa/gstalsa.c: Small code cleanup. 2006-08-13 14:34:48 +00:00
gstalsamixer.h Added alsa docs. 2006-03-01 18:25:18 +00:00
gstalsamixerelement.c ext/alsa/gstalsa.c: Small code cleanup. 2006-08-13 14:34:48 +00:00
gstalsamixerelement.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixeroptions.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
gstalsamixeroptions.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixertrack.c ext/alsa/gstalsamixertrack.c: Some const-ification. 2006-07-04 16:50:21 +00:00
gstalsamixertrack.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsaplugin.c ext/: - a library should not call setlocale. see Libraries node in gettext manual 2006-01-27 01:06:29 +00:00
gstalsasink.c ext/alsa/: Add support for cards that (only) do more than 8 channels, like the Delta 44 (#345188). 2006-08-03 14:16:06 +00:00
gstalsasink.h ext/alsa/gstalsasink.*: Don't leak allocated snd_output_t structure if there's more than one alsasink instance at a t... 2006-05-15 16:46:44 +00:00
gstalsasrc.c ext/alsa/gstalsasrc.c: Add 32 bps to template caps and increase channels range from [1,2] to [1,MAX]. See #346326. 2006-07-02 11:08:58 +00:00
gstalsasrc.h ext/alsa/: Refactor and improve caps probing code: probe signedness when we probe the supported formats/widths; set e... 2006-05-16 15:52:17 +00:00
Makefile.am further clean up build 2006-06-11 14:08:54 +00:00