gstreamer/ext/alsa
Julien Moutte 9aa32817d9 ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.
Original commit message from CVS:
2004-01-15  Julien MOUTTE <julien@moutte.net>

* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
mixer interface type to HARDWARE.
* gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
type to SOFTWARE.
* gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
* gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
* gst/volume/gstvolume.c: (gst_volume_interface_supported),
(gst_volume_interface_init), (gst_volume_list_tracks),
(gst_volume_set_volume), (gst_volume_get_volume),
(gst_volume_set_mute), (gst_volume_mixer_init),
(gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
(volume_init): Implementing mixer interface.
* gst/volume/gstvolume.h: Adding tracklist for mixer interface.
* sys/oss/gstosselement.c: (gst_osselement_get_type),
(gst_osselement_change_state): Removing some trailing commas in
structures.
* sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
interface type to HARDWARE.
* sys/v4l/gstv4lcolorbalance.c:
(gst_v4l_color_balance_interface_init): Setting colorbalance interface
type to HARDWARE.
* sys/v4l2/gstv4l2colorbalance.c:
(gst_v4l2_color_balance_interface_init): Setting colorbalance
interface type to HARDWARE.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
same code than ximagesink for event handling.
2004-01-15 15:50:10 +00:00
..
gstalsa.1 splitting ALSA code into separate source files 2003-11-16 00:40:01 +00:00
gstalsa.c ext/alsa/gstalsa.c: Don't send ALSA debugging to stderr. 2003-12-27 17:19:29 +00:00
gstalsa.h ext/alsa/gstalsa.c: Don't send ALSA debugging to stderr. 2003-12-27 17:19:29 +00:00
gstalsaclock.c use element time. 2004-01-14 00:53:52 +00:00
gstalsaclock.h fixes for recent changes: 2003-11-18 15:32:52 +00:00
gstalsamixer.c ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE. 2004-01-15 15:50:10 +00:00
gstalsamixer.h + got the alsa mixer implementation to work ! 2003-12-06 00:02:20 +00:00
gstalsamixertrack.c + got the alsa mixer implementation to work ! 2003-12-06 00:02:20 +00:00
gstalsamixertrack.h + got the alsa mixer implementation to work ! 2003-12-06 00:02:20 +00:00
gstalsaplugin.c + got the alsa mixer implementation to work ! 2003-12-06 00:02:20 +00:00
gstalsasink.c ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock given to alsasink, not the own clock 2004-01-15 02:14:54 +00:00
gstalsasink.h splitting ALSA code into separate source files 2003-11-16 00:40:01 +00:00
gstalsasrc.c Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). 2004-01-12 03:40:18 +00:00
gstalsasrc.h Merge CAPS branch 2003-12-22 01:47:09 +00:00
Makefile.am fix Company's dist breaking 2004-01-03 10:03:56 +00:00