pulseaudio/pulseaudio-0.9.8-fix-sample-upload.patch
Lennart Poettering 2203202a15 update to pa 0.9.8
2007-11-29 01:00:24 +00:00

12 lines
401 B
Diff

Index: /trunk/src/pulse/stream.c
===================================================================
--- /trunk/src/pulse/stream.c (revision 2067)
+++ /trunk/src/pulse/stream.c (revision 2074)
@@ -587,5 +587,5 @@
}
- if (s->context->version >= 12) {
+ if (s->context->version >= 12 && s->direction != PA_STREAM_UPLOAD) {
pa_sample_spec ss;
pa_channel_map cm;