Bug 53915

Summary: Filter sinks call pa_sink_process_rewind() needlessly.
Product: PulseAudio Reporter: Tanu Kaskinen <tanuk>
Component: modulesAssignee: pulseaudio-bugs
Status: RESOLVED MOVED QA Contact: pulseaudio-bugs
Severity: normal    
Priority: medium CC: lennart
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Tanu Kaskinen 2012-08-22 07:48:59 UTC
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.
Comment 1 GitLab Migration User 2018-07-30 10:00:48 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/166.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.