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 709755 - alsa: add channel map API support
alsa: add channel map API support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.2.0
Other Linux
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-09 16:40 UTC by Takashi Iwai
Modified: 2013-10-11 21:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initial patch (4.41 KB, patch)
2013-10-09 16:40 UTC, Takashi Iwai
committed Details | Review

Description Takashi Iwai 2013-10-09 16:40:29 UTC
Created attachment 256837 [details] [review]
Initial patch

Below is the initial support for ALSA chmap API that have been added in the last year.
Comment 1 Sebastian Dröge (slomo) 2013-10-09 17:06:17 UTC
commit 76d807893cca68086cd7fb49649c55a7e3078c3c
Author: Takashi Iwai <tiwai@suse.de>
Date:   Tue Oct 8 17:07:02 2013 +0200

    alsa: Add channel map API support
    
    The initial support for the new ALSA chmap API.
    Just translate the current chmap to GstAudioChannelPosition during the
    setup.  No function to specify the channel map manually yet, so still
    impossible to assign any non-standard positions or to configure in a
    different order even if the hardware allows.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709755