[pulseaudio-tickets] [Bug 73429] New: Implement pa_mainloop_api around pa_rtpoll

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 9 04:14:42 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73429

          Priority: medium
            Bug ID: 73429
                CC: lennart at poettering.net
          Assignee: pulseaudio-bugs at lists.freedesktop.org
           Summary: Implement pa_mainloop_api around pa_rtpoll
        QA Contact: pulseaudio-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: tanuk at iki.fi
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: core
           Product: PulseAudio

Most modules implement the IO thread event loop with pa_rtpoll, but
module-tunnel-sink/source-new implement the event loop with pa_mainloop.
module-rtp-recv assumes that the IO thread event loop is implemented with
pa_rtpoll, so using module-rtp-recv with module-tunnel-sink-new results in a
crash.

I think the interaction with the event loop in module-rtp-recv and elsewhere
should be done through pa_mainloop_api instead of accessing the underlying
implementation directly. This requires a pa_mainloop_api implementation based
on pa_rtpoll.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20140109/38ad48a5/attachment.html>


More information about the pulseaudio-bugs mailing list