chromium

chromium — Chromium breaks the colors of the video signal.

Synopsis

typedef             GstChromium;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstVideoFilter
                           +----GstChromium

Properties

  "silent"                   gboolean              : Read / Write
  "edge-a"                   guint                 : Read / Write
  "edge-b"                   guint                 : Read / Write

Description

Chromium breaks the colors of a video stream in realtime.

Example launch line

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

Synopsis

Element Information

plugin

gaudieffects

author

Luis de Bethencourt <luis@debethencourt.com>

class

Filter/Effect/Video

Element Pads

name

sink

direction

sink

presence

always

details

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

name

src

direction

source

presence

always

details

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

Details

GstChromium

typedef struct GstChromium      GstChromium;

Property Details

The "silent" property

  "silent"                   gboolean              : Read / Write

Produce verbose output ?.

Default value: FALSE


The "edge-a" property

  "edge-a"                   guint                 : Read / Write

First edge parameter.

Allowed values: <= 256

Default value: 200


The "edge-b" property

  "edge-b"                   guint                 : Read / Write

Second edge parameter.

Allowed values: <= 256

Default value: 1