mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
remove some log messages
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1547 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
86abfbf9e8
commit
4cc0d0a18f
1 changed files with 0 additions and 6 deletions
|
|
@ -440,16 +440,12 @@ void pa_sink_input_drop(pa_sink_input *i, size_t length) {
|
||||||
/* return; */
|
/* return; */
|
||||||
/* } */
|
/* } */
|
||||||
|
|
||||||
pa_log("dropping %u", length);
|
|
||||||
|
|
||||||
if (i->thread_info.resampled_chunk.memblock) {
|
if (i->thread_info.resampled_chunk.memblock) {
|
||||||
size_t l = length;
|
size_t l = length;
|
||||||
|
|
||||||
if (l > i->thread_info.resampled_chunk.length)
|
if (l > i->thread_info.resampled_chunk.length)
|
||||||
l = i->thread_info.resampled_chunk.length;
|
l = i->thread_info.resampled_chunk.length;
|
||||||
|
|
||||||
pa_log("really dropping %u", l);
|
|
||||||
|
|
||||||
i->thread_info.resampled_chunk.index += l;
|
i->thread_info.resampled_chunk.index += l;
|
||||||
i->thread_info.resampled_chunk.length -= l;
|
i->thread_info.resampled_chunk.length -= l;
|
||||||
|
|
||||||
|
|
@ -461,8 +457,6 @@ void pa_sink_input_drop(pa_sink_input *i, size_t length) {
|
||||||
length -= l;
|
length -= l;
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_log("really remaining %u", length);
|
|
||||||
|
|
||||||
if (length > 0) {
|
if (length > 0) {
|
||||||
|
|
||||||
if (i->thread_info.resampler) {
|
if (i->thread_info.resampler) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue