[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, patches, updated. upstream/0.9.8-3-g50b9a0c
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Thu Nov 22 15:34:12 UTC 2007
The branch, patches has been updated
via 50b9a0cc8da84f848f0e9099c484edfdec2a92db (commit)
from 5def85371aa7f80523c0aa1640772ada6c66831c (commit)
- Shortlog ------------------------------------------------------------
50b9a0c fix uploading of samples into PA. Problem discovered by Colin Guthrie
Summary of changes:
src/pulse/stream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 50b9a0cc8da84f848f0e9099c484edfdec2a92db
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Nov 22 15:09:00 2007 +0000
fix uploading of samples into PA. Problem discovered by Colin Guthrie
git-svn-id: svn://svn.0pointer.net/pulseaudio/trunk@2074 fefdeb5f-60dc-0310-8127-8f9354f1896f
diff --git a/src/pulse/stream.c b/src/pulse/stream.c
index 3e2d455..8ec348f 100644
--- 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;
--
pulseaudio packaging
More information about the Pkg-pulseaudio-devel
mailing list