videoscalevideoscale — Resizes video | |
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseTransform
+----GstVideoScale
Description
Element Information
plugin |
videoscale
|
author | Wim Taymans <wim.taymans@chello.be> |
class | Filter/Effect/Video |
Details
GstVideoScale
typedef struct _GstVideoScale GstVideoScale;
Opaque data structure
enum GstVideoScaleMethod
typedef enum {
GST_VIDEO_SCALE_NEAREST,
GST_VIDEO_SCALE_BILINEAR,
} GstVideoScaleMethod;
The videoscale method to use.
GST_VIDEO_SCALE_NEAREST | use nearest neighbour scaling (fast and ugly)
|
GST_VIDEO_SCALE_BILINEAR | use bilinear scaling (slower but prettier).
|
Properties
The "method
" property
"method" GstVideoScaleMethod : Read / Write
method.
Default value: Nearest Neighbour