mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
ext/alsa/gstalsa.*: Add propertyprobe interface implementation, add some device-name property, all this so that it lo...
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init), (gst_alsa_get_property), (gst_alsa_probe_get_properties), (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices), (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe), (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init), (gst_alsa_open_audio), (gst_alsa_close_audio): * ext/alsa/gstalsa.h: Add propertyprobe interface implementation, add some device-name property, all this so that it looks good in gnome-volume-control.
This commit is contained in:
parent
661276eb4f
commit
3447d073b8
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
|
||||
(gst_alsa_get_property), (gst_alsa_probe_get_properties),
|
||||
(gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
|
||||
(gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
|
||||
(gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
|
||||
(gst_alsa_open_audio), (gst_alsa_close_audio):
|
||||
* ext/alsa/gstalsa.h:
|
||||
Add propertyprobe interface implementation, add some device-name
|
||||
property, all this so that it looks good in gnome-volume-control.
|
||||
|
||||
2004-03-12 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: the Hermes library controls hermescolorspace, not
|
||||
|
|
Loading…
Reference in a new issue