From 97bc37b5b6134cf76692dbc18f1a2e49684edb11 Mon Sep 17 00:00:00 2001 From: Laszlo Pandy Date: Wed, 13 Aug 2008 12:37:26 +0000 Subject: 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 * 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7cfb332e..49df6b31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-13 Sebastian Dröge + + Patch by: Laszlo Pandy + + * 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 * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state): -- cgit