[Webkit-unassigned] [Bug 194326] New: [GTK][WPE] Mock Gstreamer sources should keep a Ref of their mock realtime media sources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 19:30:28 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194326

            Bug ID: 194326
           Summary: [GTK][WPE] Mock Gstreamer sources should keep a Ref of
                    their mock realtime media sources
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com
                CC: youennf at gmail.com

Currently MockGStreamerAudioCaptureSource::m_wrappedSource is a std::unique_ptr<RealtimeMediaSource>.
Instead it should be a Ref<RealtimeMediaSource> as m_wrappedSource can be refed in some code but destroyed when MockGStreamerAudioCaptureSource is deleted even though being refed elsewhere.
Ditto for MockGStreamerVideoCaptureSource

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190206/d1520633/attachment.html>


More information about the webkit-unassigned mailing list