[Webkit-unassigned] [Bug 30001] New: [MediaPlayer] Should unref video sink directly in destructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 01:37:37 PDT 2009


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

           Summary: [MediaPlayer] Should unref video sink directly in
                    destructor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: slomo at circular-chaos.org


Currently the unreffing is deffered to the idle callback, that's not good (it
can still be before the render-idle, iirc order is not guaranteed).

After Phillip's QoS fixes (bug #29959) this can be immediately be unreffed
(::paint() can't be called on a destroyed MediaPlayer, really).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list