[Webkit-unassigned] [Bug 143827] New: [GStreamer] improve video rendering stats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 06:14:41 PDT 2015


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

            Bug ID: 143827
           Summary: [GStreamer] improve video rendering stats
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com
                CC: slomo at coaxion.net

Since we know exactly which samples are rendered by the player we could easily gather statistics about dropped frames and rendered frames. Right now we depend on the fpsdisplaysink for that...

Instead we could:

1) before replacing the sample stored in player, check if it was rendered by fetching some bool variable from its qdata
2) when rendering set the bool variable in qdata to TRUE

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


More information about the webkit-unassigned mailing list