ProxyPad#
Superclasses: Pad, Object, InitiallyUnowned, Object
Subclasses: GhostPad
- Constructors:
ProxyPad(**properties)
Methods#
- class ProxyPad
- classmethod chain_default(parent: Object | None, buffer: Buffer) FlowReturn#
Invoke the default chain function of the proxy pad.
- Parameters:
parent – the parent of
padorNonebuffer – the
Bufferto send, return GST_FLOW_ERROR if not.
- classmethod chain_list_default(parent: Object | None, list: BufferList) FlowReturn#
Invoke the default chain list function of the proxy pad.
- Parameters:
parent – the parent of
padorNonelist – the
BufferListto send, return GST_FLOW_ERROR if not.
- get_internal() ProxyPad | None#
Get the internal pad of
pad. Unref target pad after usage.The internal pad of a
GhostPadis the internally used pad of opposite direction, which is used to link to the target.