[gstreamer-bugs] [Bug 346326] New: alsasrc doesn't support many high end sound cards due to channel and caps restrictions

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 30 16:58:53 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=346326
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: alsasrc doesn't support many high end sound cards due to
                    channel and caps restrictions
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: webmaster at mikeasoft.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


As far as I can tell the problems arise in the following functions (testing
with a Delta 44 sound card):

gst_alsa_detect_formats:
 Returns EMPTY Caps. This is due to the template caps only supporting widths of
8 or 16. The Delta 44 requires 32 bit.

gst_alsa_detect_channels:
 GST_ALSA_MAX_CHANNELS is limited to 8. The minimum (and maximum) required by
the Delta 44 is 12 channels. There's also no check to see if the minimum is
greater than GST_ALSA_MAX_CHANNELS when setting the maximum to
GST_ALSA_MAX_CHANNELS.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list