gdkpixbufsink

gdkpixbufsink — Output images as GdkPixbuf objects in bus messages

Properties

GdkPixbuf * last-pixbuf Read
gboolean send-messages Read / Write
gboolean post-messages Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseSink
                ╰── GstVideoSink
                    ╰── GstGdkPixbufSink

Description

Synopsis

Element Information

plugin

gdkpixbuf

author

Tim-Philipp Müller <tim centricular net>

class

Sink/Video

Element Pads

name

sink

direction

sink

presence

always

details

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

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

Functions

Types and Values

struct GstGdkPixbufSink

struct GstGdkPixbufSink;

Property Details

The “last-pixbuf” property

  “last-pixbuf”              GdkPixbuf *

Last GdkPixbuf object rendered.

Flags: Read


The “send-messages” property

  “send-messages”            gboolean

Whether to post messages containing pixbufs on the bus (deprecated, use post-messages).

Flags: Read / Write

Default value: TRUE


The “post-messages” property

  “post-messages”            gboolean

Whether to post messages containing pixbufs on the bus.

Flags: Read / Write

Default value: TRUE