GstVaapiPostproc

GstVaapiPostproc — A video postprocessing filter

Synopsis

struct              GstVaapiPostproc;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstVaapiPostproc

Implemented Interfaces

GstVaapiPostproc implements GstVideoContext.

Properties

  "deinterlace"              GstVaapiDeinterlaceMode  : Read / Write
  "deinterlace-method"       GstVaapiDeinterlaceMethod  : Read / Write

Description

vaapipostproc consists in various postprocessing algorithms to be applied to VA surfaces. So far, only basic bob deinterlacing is implemented.

Details

struct GstVaapiPostproc

struct GstVaapiPostproc;

Property Details

The "deinterlace" property

  "deinterlace"              GstVaapiDeinterlaceMode  : Read / Write

Deinterlace mode to use.

Default value: Auto detection


The "deinterlace-method" property

  "deinterlace-method"       GstVaapiDeinterlaceMethod  : Read / Write

This selects the deinterlacing method to apply.

Default value: Bob deinterlacing