RESOLVED FIXED 32560
[GTK] display FPS stats for video element
https://bugs.webkit.org/show_bug.cgi?id=32560
Summary [GTK] display FPS stats for video element
Philippe Normand
Reported 2009-12-15 07:21:57 PST
It can sometimes be useful to display video FPS statistics when debugging. Setting WEBKIT_DEBUG to Media should enable this feature, stats would be displayed on the video.
Attachments
display FPS statistics if WEBKIT_DEBUG environment variable is set. (3.93 KB, patch)
2009-12-15 07:25 PST, Philippe Normand
xan.lopez: review+
xan.lopez: commit-queue-
Philippe Normand
Comment 1 2009-12-15 07:25:34 PST
Created attachment 44877 [details] display FPS statistics if WEBKIT_DEBUG environment variable is set.
WebKit Review Bot
Comment 2 2009-12-15 07:30:23 PST
Attachment 44877 [details] did not pass style-queue: Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1 WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:924: Use 0 instead of NULL. [readability/null] [5] WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:926: Use 0 instead of NULL. [readability/null] [5] WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:929: Use 0 instead of NULL. [readability/null] [5] WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:933: Use 0 instead of NULL. [readability/null] [5] Total errors found: 4
Xan Lopez
Comment 3 2009-12-17 04:33:45 PST
Comment on attachment 44877 [details] display FPS statistics if WEBKIT_DEBUG environment variable is set. r=me
Philippe Normand
Comment 4 2009-12-17 06:28:55 PST
Landed as r52251
Note You need to log in before you can comment on or make changes to this bug.