[Libva] Measuring fps and frame dropped with gst-vaapi plugins

Tay, Boon Wooi boon.wooi.tay at intel.com
Thu Jan 10 18:58:46 PST 2013


Thanks Feng, just curious isn't this patch worth a merge into the upstream repo and start allowing some runtime measurement tool to be turned on?

From: Yuan, Feng
Sent: Friday, January 11, 2013 9:54 AM
To: Tay, Boon Wooi; libva at lists.freedesktop.org
Subject: RE: Measuring fps and frame dropped with gst-vaapi plugins

You can try this patch, there's an definition of FPS_CALCULATION(name) to calculate function framerate.
I normally use it to calculate encode/decode/sink framerates.
For example, if you want check fps of
vaapisink, you can write FPS_CALCULATION (vaapisink) in gst_vaapisink_show_frame
vaapidecode, you can write FPS_CALCULATION (vaapisink) in gst_vaapidecode_step just before gst_pad_push

only vaapisink may drop frame, and if this happened, usually there will be GST_WARNING log output from <GstBaseSink>

Thanks,
Wind

From: libva-bounces+feng.yuan=intel.com at lists.freedesktop.org<mailto:libva-bounces+feng.yuan=intel.com at lists.freedesktop.org> [mailto:libva-bounces+feng.yuan=intel.com at lists.freedesktop.org] On Behalf Of Tay, Boon Wooi
Sent: Thursday, January 10, 2013 6:12 PM
To: libva at lists.freedesktop.org<mailto:libva at lists.freedesktop.org>
Subject: [Libva] Measuring fps and frame dropped with gst-vaapi plugins

Does anyone know if there is such capability from gstreamer-vaapi?

Thanks,
BoonWooi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libva/attachments/20130111/c2766d04/attachment-0001.html>


More information about the Libva mailing list