[gstreamer-bugs] [Bug 335620] New: alsasink does not work when dmix is enabled

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 22 23:46:05 PST 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=335620
 GStreamer | gst-plugins | Ver: 0.10.4

           Summary: alsasink does not work when dmix is enabled
           Product: GStreamer
           Version: 0.10.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jorn at openedhand.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


alsasink does not work when dmix is enabled. It does work when it is disabled.
This used to work fine earlier.

Error from gstreamer-properties when testing alsasink:
"ALSA - Advanced Linux Sound Architecture: Could not open resource for
writing."

In console:
gstreamer-properties-Message: Error running pipeline 'ALSA - Advanced Linux
Sound Architecture': Could not open resource for writing. [gstalsasink.c(740):
gst_alsasink_open (): /pipeline0/alsasink1:
Playback open error: Invalid argument]

/etc/asound.conf:
pcm.swmix {
        type dmix
        ipc_key 313
        slave {
                pcm "hw:0,0"
                period_time 0
                period_size 1024
                buffer_size 8192
        }
        bindings {
                0 0
                1 1
        }
}

pcm.!default {
        type plug
        slave.pcm "swmix"
}


-- 
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