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:
3e3c9ef
)
sink-input: Remove redundant check in pa_sink_input_request_rewind().
author
Flavio Ceolin
<flavio.ceolin@profusion.mobi>
Tue, 4 Sep 2012 14:28:38 +0000
(11:28 -0300)
committer
Tanu Kaskinen
<tanuk@iki.fi>
Sun, 16 Sep 2012 06:47:43 +0000
(09:47 +0300)
This bug is part of the problems spotted by Tanu.
BugLink:
https://bugs.freedesktop.org/show_bug.cgi?id=53923
src/pulsecore/sink-input.c
patch
|
blob
|
history
diff --git
a/src/pulsecore/sink-input.c
b/src/pulsecore/sink-input.c
index 93887881f8e32bdaf61959ce979a082cedc49be4..7a7575a98c3d506af3139e747bf662d02a28abf5 100644
(file)
--- a/
src/pulsecore/sink-input.c
+++ b/
src/pulsecore/sink-input.c
@@
-1963,8
+1963,7
@@
void pa_sink_input_request_rewind(
}
i->thread_info.rewrite_flush =
- i->thread_info.rewrite_flush ||
- (flush && i->thread_info.rewrite_nbytes != 0);
+ i->thread_info.rewrite_flush || flush;
i->thread_info.dont_rewind_render =
i->thread_info.dont_rewind_render ||