[Webkit-unassigned] [Bug 89314] New: [GStreamer] optimize ::naturalSize()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 17 12:28:53 PDT 2012


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

           Summary: [GStreamer] optimize ::naturalSize()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


Above method is called very often. It calls webkitGstElementGetPadCaps() which gets the video sink sinkpad every time. Instead we should simply keep track of that sinkpad in the player and change webkitGstElementGetPadCaps() to webkitGstGetPadCaps(GstPad* pad).

-- 
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