After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 547519 - Add device-name property to pulsesrc
Add device-name property to pulsesrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-13 01:48 UTC by Laszlo Pandy
Modified: 2008-08-13 12:37 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Add "device-name" property to pulsesrc. (1.25 KB, patch)
2008-08-13 01:50 UTC, Laszlo Pandy
committed Details | Review

Description Laszlo Pandy 2008-08-13 01:48:16 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.
Comment 1 Laszlo Pandy 2008-08-13 01:50:01 UTC
Created attachment 116469 [details] [review]
Add "device-name" property to pulsesrc.
Comment 2 Sebastian Dröge (slomo) 2008-08-13 12:37:14 UTC
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.