gstreamer/ext/alsa
Tim-Philipp Müller 534e0c268e ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class.
Original commit message from CVS:
* ext/alsa/Makefile.am:
* ext/alsa/gstalsadeviceprobe.c:
* ext/alsa/gstalsadeviceprobe.h:
Helper functions to add device probing via the GstPropertyProbe
interface to a class.
* ext/alsa/gstalsamixer.h:
Comment out GST_ALSA_MIXER, it returns a struct that's not
used.
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
Add some debug info.
* ext/alsa/gstalsamixerelement.c:
(gst_alsa_mixer_element_interface_supported),
(gst_implements_interface_init),
(gst_alsa_mixer_element_init_interfaces),
(gst_alsa_mixer_element_class_init),
(gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
(gst_alsa_mixer_element_set_property),
(gst_alsa_mixer_element_get_property),
(gst_alsa_mixer_element_change_state):
* ext/alsa/gstalsamixerelement.h:
Add 'device' and 'device-name' properties. Add GstPropertyProbe
for device handling (gnome-volume-control will need that).
2005-12-14 17:58:48 +00:00
..
gstalsa.h ext/alsa/gstalsa.h: We register a debug category, so let's use it. 2005-11-07 19:42:38 +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 ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00
gstalsamixer.h ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00
gstalsamixerelement.c ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00
gstalsamixerelement.h ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00
gstalsamixeroptions.c ext/alsa/: Add enumerations (as GstMixerOptions). Make correct distinction between input/output tracks. Add capture/p... 2004-05-27 03:36:17 +00:00
gstalsamixeroptions.h expand tabs 2005-12-06 19:42:02 +00:00
gstalsamixertrack.c ALSA mixer track label internationalization (#154054). 2004-10-25 15:58:35 +00:00
gstalsamixertrack.h expand tabs 2005-12-06 19:42:02 +00:00
gstalsaplugin.c restructure configure.ac, use correct libtool LDFLAGS, fix up defines 2005-10-16 13:54:44 +00:00
gstalsasink.c expand tabs 2005-12-06 19:42:02 +00:00
gstalsasink.h expand tabs 2005-12-06 19:42:02 +00:00
gstalsasrc.c expand tabs 2005-12-06 19:42:02 +00:00
gstalsasrc.h expand tabs 2005-12-06 19:42:02 +00:00
Makefile.am ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. 2005-12-14 17:58:48 +00:00