Bug 53915 - Filter sinks call pa_sink_process_rewind() needlessly.
Summary: Filter sinks call pa_sink_process_rewind() needlessly.
Status: RESOLVED MOVED
Alias: None
Product: PulseAudio
Classification: Unclassified
Component: modules (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: pulseaudio-bugs
QA Contact: pulseaudio-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 07:48 UTC by Tanu Kaskinen
Modified: 2018-07-30 10:00 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.