gdkpixbufsink

gdkpixbufsink — Output images as GdkPixbuf objects in bus messages

Synopsis

struct              GstGdkPixbufSink;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSink
                     +----GstVideoSink
                           +----GstGdkPixbufSink

Properties

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

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 ]

Details

struct GstGdkPixbufSink

struct GstGdkPixbufSink;

Property Details

The "last-pixbuf" property

  "last-pixbuf"              GdkPixbuf*            : Read

Last GdkPixbuf object rendered.


The "send-messages" property

  "send-messages"            gboolean              : Read / Write

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

Default value: TRUE


The "post-messages" property

  "post-messages"            gboolean              : Read / Write

Whether to post messages containing pixbufs on the bus.

Default value: TRUE