[pulseaudio-tickets] [Bug 53915] New: Filter sinks call pa_sink_process_rewind() needlessly.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 22 00:48:59 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=53915
Bug #: 53915
Summary: Filter sinks call pa_sink_process_rewind() needlessly.
Classification: Unclassified
Product: PulseAudio
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: modules
AssignedTo: pulseaudio-bugs at lists.freedesktop.org
ReportedBy: tanuk at iki.fi
QAContact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
Filter sinks have this in the beginning of their pop callbacks:
/* Hmm, process any rewind request that might be queued up */
pa_sink_process_rewind(u->sink, 0);
There should never be any rewind requests pending when the pop callback is
called, so this is a useless call (pretty harmless, though). Fixing this should
be trivial (just remove the calls), but I think there should be some testing
done before pushing the fix, which is why I'm filing this bug instead of just
fixing it.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the pulseaudio-bugs
mailing list