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

Yuan, Feng feng.yuan at intel.com
Thu Jan 10 20:51:00 PST 2013


It's good if it can work for you. This patch just for profiling some test cases in my environment in debug mode. Upstream may consider a better one or maybe gstreamer already had.

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

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<mailto: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/02d0eb2a/attachment.html>


More information about the Libva mailing list