mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
ext/alsa/: Don't open the device if we're a mixer (= padless).
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_property), (gst_alsa_open_audio), (gst_alsa_close_audio): * ext/alsa/gstalsa.c: Don't open the device if we're a mixer (= padless). * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init), (gst_alsa_mixer_init), (gst_alsa_mixer_open), (gst_alsa_mixer_close), (gst_alsa_mixer_change_state): Open mixer during state change rather than during object initialization. Also, get a device name. Currently in a somewhat hackish fashion, but I didn't really find something better.
This commit is contained in:
parent
5d25c00e4b
commit
3c71c3fe63
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_get_property),
|
||||
(gst_alsa_open_audio), (gst_alsa_close_audio):
|
||||
* ext/alsa/gstalsa.c:
|
||||
Don't open the device if we're a mixer (= padless).
|
||||
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
|
||||
(gst_alsa_mixer_init), (gst_alsa_mixer_open),
|
||||
(gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
|
||||
Open mixer during state change rather than during object
|
||||
initialization. Also, get a device name. Currently in a somewhat
|
||||
hackish fashion, but I didn't really find something better.
|
||||
|
||||
2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* *.c, *.h: run gst-indent
|
||||
|
|
Loading…
Reference in a new issue