videoscale

videoscale —

Synopsis




            GstVideoScale;
enum        GstVideoScaleMethod;

Object Hierarchy


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

Properties


  "method"               GstVideoScaleMethod   : Read / Write

Description

A longer description goes here.

Details

GstVideoScale

typedef struct _GstVideoScale GstVideoScale;

enum GstVideoScaleMethod

typedef enum {
  GST_VIDEO_SCALE_NEAREST,
  GST_VIDEO_SCALE_BILINEAR,
} GstVideoScaleMethod;

Properties

The "method" property

  "method"               GstVideoScaleMethod   : Read / Write

method.

Default value: Nearest Neighbour