projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4f820
)
fix uploading of samples into PA. Problem discovered by Colin Guthrie
author
Lennart Poettering
<lennart@poettering.net>
Thu, 22 Nov 2007 15:09:00 +0000
(15:09 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 22 Nov 2007 15:09:00 +0000
(15:09 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2074
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/pulse/stream.c
patch
|
blob
|
history
diff --git
a/src/pulse/stream.c
b/src/pulse/stream.c
index 92420825b42f744a813f2f511b8330ff54109cbf..cd70cdcb8581d98243ffd9873d290a3ef98c0059 100644
(file)
--- a/
src/pulse/stream.c
+++ b/
src/pulse/stream.c
@@
-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;