From 392ad1ba943b5cb542b68d5ae199f14b6411b13a Mon Sep 17 00:00:00 2001 From: Wind Yuan Date: Wed, 12 Sep 2012 04:58:06 -0400 Subject: [PATCH] caps: vaapi doesn't need framerate --- gst-libs/gst/vaapi/gstvaapisurface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/vaapi/gstvaapisurface.h b/gst-libs/gst/vaapi/gstvaapisurface.h index 709b2f1..0e4f114 100755 --- a/gst-libs/gst/vaapi/gstvaapisurface.h +++ b/gst-libs/gst/vaapi/gstvaapisurface.h @@ -49,8 +49,7 @@ G_BEGIN_DECLS "type = vaapi, " \ "opengl = (boolean) { true, false }, " \ "width = (int) [ 1, MAX ], " \ - "height = (int) [ 1, MAX ], " \ - "framerate = (fraction) [ 0, MAX ]" + "height = (int) [ 1, MAX ]" /** * GstVaapiChromaType: -- 2.7.4