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 706574 - directsoundsrc: 'device-name' property for selecting a audio device
directsoundsrc: 'device-name' property for selecting a audio device
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal enhancement
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-22 11:39 UTC by Kishore Arepalli
Modified: 2013-08-22 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adding 'device-name' property for audio device selection (5.55 KB, patch)
2013-08-22 11:49 UTC, Kishore Arepalli
none Details | Review
adding 'device-name' property for audio device selection (5.55 KB, patch)
2013-08-22 11:52 UTC, Kishore Arepalli
committed Details | Review

Description Kishore Arepalli 2013-08-22 11:39:36 UTC
directsoundsrc needs a property to select a audio device by name
Comment 1 Kishore Arepalli 2013-08-22 11:49:39 UTC
Created attachment 252720 [details] [review]
adding 'device-name' property for audio device selection

Enumerate the audio devices and select a requested device.
Comment 2 Kishore Arepalli 2013-08-22 11:52:37 UTC
Created attachment 252722 [details] [review]
adding 'device-name' property for audio device selection

Enumerate the audio devices and select a requested device.
Comment 3 Sebastian Dröge (slomo) 2013-08-22 13:10:57 UTC
commit 9df9ee426ee00bac9bec4b636846a2e82890b671
Author: Kishore Arepalli <kishore.arepalli@gmail.com>
Date:   Thu Aug 22 13:45:59 2013 +0200

    directsoundsrc: Add 'device-name' property for selecting a audio device
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706574