src/pulsecore/sink.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d045af0a224ed92d9903da5d6c2aa6dd485db3b
Author: Tanu Kaskinen <[email protected]>
Date:   Thu Mar 28 17:15:00 2013 +0200

    sink: Fix flag name typo

diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c
index 718d392..d2d6c97 100644
--- a/src/pulsecore/sink.c
+++ b/src/pulsecore/sink.c
@@ -776,7 +776,7 @@ void pa_sink_update_flags(pa_sink *s, pa_sink_flags_t mask, 
pa_sink_flags_t valu
                            ((mask & PA_SINK_LATENCY) ? PA_SOURCE_LATENCY : 0) |
                            ((mask & PA_SINK_DYNAMIC_LATENCY) ? 
PA_SOURCE_DYNAMIC_LATENCY : 0),
                            ((value & PA_SINK_LATENCY) ? PA_SOURCE_LATENCY : 0) 
|
-                           ((value & PA_SINK_DYNAMIC_LATENCY) ? 
PA_SINK_DYNAMIC_LATENCY : 0));
+                           ((value & PA_SINK_DYNAMIC_LATENCY) ? 
PA_SOURCE_DYNAMIC_LATENCY : 0));
 }
 
 /* Called from IO context, or before _put() from main context */

_______________________________________________
pulseaudio-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to