videoscale

videoscale — Resizes video

Synopsis




            GstVideoScale;
enum        GstVideoScaleMethod;

Object Hierarchy


  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstVideoScale

Properties


  "method"               GstVideoScaleMethod   : Read / Write

Description

Element Information

plugin videoscale
authorWim Taymans <wim.taymans@chello.be>
classFilter/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