GstVaapiConvert
GstVaapiConvert — A VA-API based video pixels format converter
|
|
Synopsis
GstVaapiConvert;
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseTransform
+----GstVaapiConvert
Properties
"direct-rendering" guint : Read / Write
Description
vaapiconvert converts from raw YUV pixels to surfaces suitable for
the vaapisink element.
Details
GstVaapiConvert
typedef struct _GstVaapiConvert GstVaapiConvert;
Property Details
The "direct-rendering"
property
"direct-rendering" guint : Read / Write
Selects the direct rendering level.
-
Disables direct rendering.
-
Enables direct rendering to the output buffer. i.e. this
tries to use a single buffer for both sink and src pads.
-
Enables direct rendering to the underlying surface. i.e. with
drivers supporting
vaDeriveImage()
, the output surface pixels
will be modified directly.
Allowed values: <= 2
Default value: 2