exclusion

exclusion — Exclusion exclodes the colors in the video signal.

Synopsis

                    GstExclusion;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstVideoFilter
                           +----GstExclusion

Properties

  "silent"                   gboolean              : Read / Write
  "factor"                   guint                 : Read / Write

Description

Exclusion saturates the colors of a video stream in realtime.

Example launch line

1
gst-launch -v videotestsrc ! exclusion ! ffmpegcolorspace ! autovideosink
This pipeline shows the effect of exclusion on a test stream

Details

GstExclusion

typedef struct _GstExclusion GstExclusion;

Property Details

The "silent" property

  "silent"                   gboolean              : Read / Write

Produce verbose output ?.

Default value: FALSE


The "factor" property

  "factor"                   guint                 : Read / Write

Exclusion factor parameter.

Allowed values: <= 175

Default value: 175