summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaszlo Pandy <laszlok2@gmail.com>2008-08-13 12:37:26 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-13 12:37:26 +0000
commit97bc37b5b6134cf76692dbc18f1a2e49684edb11 (patch)
tree3cae0dc4dfdaf817654a51465b337c92c96f8f2a /ChangeLog
parent9e572ebf0065421567134e942d24ae26f0cee55d (diff)
ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human readable string for the audio device, to mak...
Original commit message from CVS: Patch by: Laszlo Pandy <laszlok2 at gmail dot com> * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init), (gst_pulsesrc_get_property): Add "device-name" property, which provides a human readable string for the audio device, to make it more consisten with other audio sources. Fixes bug #547519.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cfb332e..49df6b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
+
+ * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
+ (gst_pulsesrc_get_property):
+ Add "device-name" property, which provides a human readable string
+ for the audio device, to make it more consisten with other audio
+ sources. Fixes bug #547519.
+
+2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
* ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
(gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),