[gstreamer-bugs] [Bug 314689] alsasink cracks with some dmix configurations

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Aug 28 23:21:21 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=314689
 GStreamer | gst-plugins | Ver: 0.8.10





------- Additional Comments From Loïc Minier  2005-08-29 06:21 -------
Another borken configuration (which doesn't set period_size at all):
#######
pcm.snd_card {
        type hw
        card 0
}

pcm.snd_dummy {
        type hw
        card 1
}

#######

pcm.dmixed_card {
        ipc_key 1024
        type dmix
        slave.pcm "snd_card"
}

pcm.dsnooped_card {
        ipc_key 2048
        type dsnoop
        slave.pcm "snd_card"
}

pcm.dmixed_dummy {
        ipc_key 4096
        type dmix
        slave.pcm "snd_dummy"
}

pcm.dsnooped_dummy {
        ipc_key 8192
        type dsnoop
        slave.pcm "snd_dummy"
}

#######

pcm.asymed_card {
        type asym
        playback.pcm "dmixed_card"
        capture.pcm "dsnooped_card"
}

pcm.asymed_dummy {
        type asym
        playback.pcm "dmixed_dummy"
        capture.pcm "dsnooped_dummy"
}

#######

pcm.dsp0 {
    type plug
    slave.pcm "asymed_card"
}

pcm.dsp1 {
    type plug
    slave.pcm "asymed_dummy"
}   

ctl.mixer0 {
    type hw
    card 0
}

ctl.mixer1 {
    type hw
    card 1
}

#######

pcm.multi {
        type multi

        slaves.a.pcm "asymed_card"
        slaves.a.channels 2
        slaves.b.pcm "asymed_dummy"
        slaves.b.channels 2

        bindings.0.slave a
        bindings.0.channel 0

        bindings.1.slave a
        bindings.1.channel 1

        bindings.2.slave b
        bindings.2.channel 0

        bindings.3.slave b
        bindings.3.channel 1
}

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


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list