mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
merge r2074 from trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2138 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c59a90c6c1
commit
8d5ee5054b
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ void pa_create_stream_callback(pa_pdispatch *pd, uint32_t command, PA_GCC_UNUSED
|
|||
}
|
||||
}
|
||||
|
||||
if (s->context->version >= 12) {
|
||||
if (s->context->version >= 12 && s->direction != PA_STREAM_UPLOAD) {
|
||||
pa_sample_spec ss;
|
||||
pa_channel_map cm;
|
||||
const char *dn = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue