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 <[EMAIL PROTECTED]>
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/[EMAIL PROTECTED] 
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

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to