gstapp.c.types

Undocumented in source.

Public Imports

gid.basictypes
public import gid.basictypes;
Undocumented in source.
gst.c.types
public import gst.c.types;
Undocumented in source.
gstbase.c.types
public import gstbase.c.types;
Undocumented in source.

Members

Enums

GstAppLeakyType
enum GstAppLeakyType

Buffer dropping scheme to avoid the element's internal queue to block when full.

GstAppStreamType
enum GstAppStreamType

The stream type.

Structs

GstAppSink
struct GstAppSink

Appsink is a sink plugin that supports many different methods for making the application get a handle on the GStreamer data in a pipeline. Unlike most GStreamer elements, Appsink provides external API functions.

GstAppSinkCallbacks
struct GstAppSinkCallbacks

A set of callbacks that can be installed on the appsink with gstapp.app_sink.AppSink.setCallbacks.

GstAppSinkClass
struct GstAppSinkClass
GstAppSinkPrivate
struct GstAppSinkPrivate
GstAppSrc
struct GstAppSrc

The appsrc element can be used by applications to insert data into a GStreamer pipeline. Unlike most GStreamer elements, appsrc provides external API functions.

GstAppSrcCallbacks
struct GstAppSrcCallbacks

A set of callbacks that can be installed on the appsrc with gstapp.app_src.AppSrc.setCallbacks.

GstAppSrcClass
struct GstAppSrcClass
GstAppSrcPrivate
struct GstAppSrcPrivate