dfbvideosink

dfbvideosink — A DirectFB based videosink

Properties

gint brightness Read / Write
gint contrast Read / Write
gint hue Read / Write
gchar * pixel-aspect-ratio Read / Write
gint saturation Read / Write
gpointer surface Write
gboolean vsync Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseSink
                ╰── GstVideoSink
                    ╰── GstDfbVideoSink

Implemented Interfaces

GstDfbVideoSink implements GstImplementsInterface, GstNavigation and GstColorBalance.

Description

Synopsis

Element Information

plugin

dfbvideosink

author

Julien Moutte <julien@moutte.net>

class

Sink/Video

Element Pads

name

sink

direction

sink

presence

always

details

video/x-raw-rgb, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]

video/x-raw-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]

Functions

Types and Values

struct GstDfbVideoSink

struct GstDfbVideoSink;

Property Details

The “brightness” property

  “brightness”               gint

The brightness of the video.

Flags: Read / Write

Allowed values: [0,65535]

Default value: 32768


The “contrast” property

  “contrast”                 gint

The contrast of the video.

Flags: Read / Write

Allowed values: [0,65535]

Default value: 32768


The “hue” property

  “hue”                      gint

The hue of the video.

Flags: Read / Write

Allowed values: [0,65535]

Default value: 32768


The “pixel-aspect-ratio” property

  “pixel-aspect-ratio”       gchar *

The pixel aspect ratio of the device.

Flags: Read / Write

Default value: "1/1"


The “saturation” property

  “saturation”               gint

The saturation of the video.

Flags: Read / Write

Allowed values: [0,65535]

Default value: 32768


The “surface” property

  “surface”                  gpointer

The target surface for video.

Flags: Write


The “vsync” property

  “vsync”                    gboolean

Wait for next vertical sync to draw frames.

Flags: Read / Write

Default value: TRUE