GNOME Bugzilla – Bug 547519
Add device-name property to pulsesrc
Last modified: 2008-08-13 12:37:14 UTC
Add a human readable description of the audio device currently being used by the pulsesrc, as the "device-name" property. This will make pulsesrc consistent with other source elements such as alsasrc so that applications can make use of either one interchangeably without having to rely on separate code for each specific source element.
Created attachment 116469 [details] [review] Add "device-name" property to pulsesrc.
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.