[][src]Crate gstreamer_app

Re-exports

pub use app_sink::AppSinkCallbacks;
pub use app_src::AppSrcCallbacks;

Modules

app_sink
app_src
prelude

Structs

AppSink

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.

AppSinkClass
AppSrc

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

AppSrcClass

Enums

AppStreamType

The stream type.