gstreamer/ext/alsa
Tim-Philipp Müller 9d3a69fc58 ext/alsa/: Refactor and improve caps probing code: probe signedness when we probe the supported formats/widths; set e...
Original commit message from CVS:
* ext/alsa/Makefile.am:
* ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
(gst_alsa_detect_formats), (get_channel_free_structure),
(caps_add_channel_configuration), (gst_alsa_detect_channels),
(gst_alsa_probe_supported_formats):
* ext/alsa/gstalsa.h:
* ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
Refactor and improve caps probing code: probe signedness
when we probe the supported formats/widths; set endianness
to the one we actually probed for (ie. cpu endianness).
* ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
(gst_alsasrc_close):
* ext/alsa/gstalsasrc.h:
Implement caps probing for alsasrc.
2006-05-16 15:52:17 +00:00
..
gstalsa.c 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
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/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00
gstalsadeviceprobe.h ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00
gstalsamixer.c Added alsa docs. 2006-03-01 18:25:18 +00:00
gstalsamixer.h Added alsa docs. 2006-03-01 18:25:18 +00:00
gstalsamixerelement.c make GstElementDetails const 2006-04-28 19:46:37 +00:00
gstalsamixerelement.h Added alsa docs. 2006-03-01 18:25:18 +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 expand tabs 2005-12-06 19:42:02 +00:00
gstalsamixertrack.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:02:53 +00:00
gstalsamixertrack.h expand tabs 2005-12-06 19:42:02 +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/: 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
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/: 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
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 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