gstreamer.Bin

Undocumented in source.

Public Imports

gstreamer.c.types
public import gstreamer.c.types;
gstreamerc.gstreamertypes
public import gstreamerc.gstreamertypes;

Members

Classes

Bin
class Bin

gstreamer.Bin is an element that can contain other gstreamer.Element, allowing them to be managed as a group. Pads from the child elements can be ghosted to the bin, see gstreamer.GhostPad This makes the bin look like any other elements and enables creation of higher-level abstraction elements.