diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-13 04:44:50 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-13 04:44:50 +0000 |
commit | 4cfeaf5cf6e2fcd5b745612748569878f98c4b9a (patch) | |
tree | 395d2f0e3438fac7a833349eab5c558ddd7b2e6a | |
parent | 3f3b17d2a32096708dadc24eb974a51917e65979 (diff) | |
download | gst-plugins-bad-4cfeaf5cf6e2fcd5b745612748569878f98c4b9a.tar.gz gst-plugins-bad-4cfeaf5cf6e2fcd5b745612748569878f98c4b9a.tar.bz2 gst-plugins-bad-4cfeaf5cf6e2fcd5b745612748569878f98c4b9a.zip |
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.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |