ProxyPad

Constructors

this
this(GstProxyPad* gstProxyPad, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getInternal
ProxyPad getInternal()

Get the internal pad of pad. Unref target pad after usage.

getProxyPadStruct
GstProxyPad* getProxyPadStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

chainDefault
GstFlowReturn chainDefault(Pad pad, ObjectGst parent, Buffer buffer)

Invoke the default chain function of the proxy pad.

chainListDefault
GstFlowReturn chainListDefault(Pad pad, ObjectGst parent, BufferList list)

Invoke the default chain list function of the proxy pad.

getType
GType getType()
getrangeDefault
GstFlowReturn getrangeDefault(Pad pad, ObjectGst parent, ulong offset, uint size, Buffer buffer)

Invoke the default getrange function of the proxy pad.

iterateInternalLinksDefault
Iterator iterateInternalLinksDefault(Pad pad, ObjectGst parent)

Invoke the default iterate internal links function of the proxy pad.

Variables

gstProxyPad
GstProxyPad* gstProxyPad;

the main Gtk struct

Inherited Members

From Pad

gstPad
GstPad* gstPad;

the main Gtk struct

getPadStruct
GstPad* getPadStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

queryPosition
long queryPosition()

Queries a pad for the stream position. This is a convenience function for gstreamerD.

queryDuration
long queryDuration()

Queries a pad for the stream duration. This is a convenience function for gstreamerD.

getType
GType getType()
linkGetName
string linkGetName(GstPadLinkReturn ret)

Gets a string representing the given pad-link return.

activateMode
bool activateMode(GstPadMode mode, bool active)

Activates or deactivates the given pad in mode via dispatching to the pad's activatemodefunc. For use from within pad activation functions only.

addProbe
gulong addProbe(GstPadProbeType mask, GstPadProbeCallback callback, void* userData, GDestroyNotify destroyData)

Be notified of different states of pads. The provided callback is called for every state that matches mask.

canLink
bool canLink(Pad sinkpad)

Checks if the source pad and the sink pad are compatible so they can be linked.

chain
GstFlowReturn chain(Buffer buffer)

Chain a buffer to pad.

chainList
GstFlowReturn chainList(BufferList list)

Chain a bufferlist to pad.

checkReconfigure
bool checkReconfigure()

Check and clear the GST_PAD_FLAG_NEED_RECONFIGURE flag on pad and return TRUE if the flag was set.

createStreamId
string createStreamId(Element parent, string streamId)

Creates a stream-id for the source gstreamer.Pad pad by combining the upstream information with the optional stream_id of the stream of pad. pad must have a parent gstreamer.Element and which must have zero or one sinkpad. stream_id can only be NULL if the parent element of pad has only a single source pad.

createStreamIdPrintfValist
string createStreamIdPrintfValist(Element parent, string streamId, void* varArgs)

Creates a stream-id for the source gstreamer.Pad pad by combining the upstream information with the optional stream_id of the stream of pad. pad must have a parent gstreamer.Element and which must have zero or one sinkpad. stream_id can only be NULL if the parent element of pad has only a single source pad.

eventDefault
bool eventDefault(ObjectGst parent, Event event)

Invokes the default event handler for the given pad.

forward
bool forward(GstPadForwardFunction forward, void* userData)

Calls forward for all internally linked pads of pad. This function deals with dynamically changing internal pads and will make sure that the forward function is only called once for each pad.

getAllowedCaps
Caps getAllowedCaps()

Gets the capabilities of the allowed media types that can flow through pad and its peer.

getCurrentCaps
Caps getCurrentCaps()

Gets the capabilities currently configured on pad with the last GST_EVENT_CAPS event.

getDirection
GstPadDirection getDirection()

Gets the direction of the pad. The direction of the pad is decided at construction time so this function does not take the LOCK.

getElementPrivate
void* getElementPrivate()

Gets the private data of a pad. No locking is performed in this function.

getLastFlowReturn
GstFlowReturn getLastFlowReturn()

Gets the GstFlowReturn return from the last data passed by this pad.

getOffset
long getOffset()

Get the offset applied to the running time of pad. pad has to be a source pad.

getPadTemplate
PadTemplate getPadTemplate()

Gets the template for pad.

getPadTemplateCaps
Caps getPadTemplateCaps()

Gets the capabilities for pad's template.

getParentElement
Element getParentElement()

Gets the parent of pad, cast to a gstreamer.Element If a pad has no parent or its parent is not an element, return NULL.

getPeer
Pad getPeer()

Gets the peer of pad. This function refs the peer pad so you need to unref it after use.

getRange
GstFlowReturn getRange(ulong offset, uint size, Buffer buffer)

When pad is flushing this function returns GST_FLOW_FLUSHING immediately and buffer is NULL.

getStickyEvent
Event getStickyEvent(GstEventType eventType, uint idx)

Returns a new reference of the sticky event of type event_type from the event.

getStream
Stream getStream()

Returns the current gstreamer.Stream for the pad, or NULL if none has been set yet, i.e. the pad has not received a stream-start event yet.

getStreamId
string getStreamId()

Returns the current stream-id for the pad, or NULL if none has been set yet, i.e. the pad has not received a stream-start event yet.

getTaskState
GstTaskState getTaskState()

Get pad task state. If no task is currently set, GST_TASK_STOPPED is returned.

hasCurrentCaps
bool hasCurrentCaps()

Check if pad has caps set on it with a GST_EVENT_CAPS event.

isActive
bool isActive()

Query if a pad is active

isBlocked
bool isBlocked()

Checks if the pad is blocked or not. This function returns the last requested state of the pad. It is not certain that the pad is actually blocking at this point (see Pad.isBlocking).

isBlocking
bool isBlocking()

Checks if the pad is blocking or not. This is a guaranteed state of whether the pad is actually blocking on a gstreamer.Buffer or a gstreamer.Event

isLinked
bool isLinked()

Checks if a pad is linked to another pad or not.

iterateInternalLinks
Iterator iterateInternalLinks()

Gets an iterator for the pads to which the given pad is linked to inside of the parent element.

iterateInternalLinksDefault
Iterator iterateInternalLinksDefault(ObjectGst parent)

Iterate the list of pads to which the given pad is linked to inside of the parent element. This is the default handler, and thus returns an iterator of all of the pads inside the parent element with opposite direction.

link
GstPadLinkReturn link(Pad sinkpad)

Links the source pad and the sink pad.

linkFull
GstPadLinkReturn linkFull(Pad sinkpad, GstPadLinkCheck flags)

Links the source pad and the sink pad.

linkMaybeGhosting
bool linkMaybeGhosting(Pad sink)

Links src to sink, creating any gstreamer.GhostPad's in between as necessary.

linkMaybeGhostingFull
bool linkMaybeGhostingFull(Pad sink, GstPadLinkCheck flags)

Links src to sink, creating any gstreamer.GhostPad's in between as necessary.

markReconfigure
void markReconfigure()

Mark a pad for needing reconfiguration. The next call to Pad.checkReconfigure will return TRUE after this call.

needsReconfigure
bool needsReconfigure()

Check the GST_PAD_FLAG_NEED_RECONFIGURE flag on pad and return TRUE if the flag was set.

pauseTask
bool pauseTask()

Pause the task of pad. This function will also wait until the function executed by the task is finished if this function is not called from the task function.

peerQuery
bool peerQuery(Query query)

Performs Pad.query on the peer of pad.

peerQueryAcceptCaps
bool peerQueryAcceptCaps(Caps caps)

Check if the peer of pad accepts caps. If pad has no peer, this function returns TRUE.

peerQueryCaps
Caps peerQueryCaps(Caps filter)

Gets the capabilities of the peer connected to this pad. Similar to Pad.queryCaps.

peerQueryConvert
bool peerQueryConvert(GstFormat srcFormat, long srcVal, GstFormat destFormat, long destVal)

Queries the peer pad of a given sink pad to convert src_val in src_format to dest_format.

peerQueryDuration
bool peerQueryDuration(GstFormat format, long duration)

Queries the peer pad of a given sink pad for the total stream duration.

peerQueryPosition
bool peerQueryPosition(GstFormat format, long cur)

Queries the peer of a given sink pad for the stream position.

proxyQueryAcceptCaps
bool proxyQueryAcceptCaps(Query query)

Checks if all internally linked pads of pad accepts the caps in query and returns the intersection of the results.

proxyQueryCaps
bool proxyQueryCaps(Query query)

Calls Pad.queryCaps for all internally linked pads of pad and returns the intersection of the results.

pullRange
GstFlowReturn pullRange(ulong offset, uint size, Buffer buffer)

Pulls a buffer from the peer pad or fills up a provided buffer.

push
GstFlowReturn push(Buffer buffer)

Pushes a buffer to the peer of pad.

pushEvent
bool pushEvent(Event event)

Sends the event to the peer of the given pad. This function is mainly used by elements to send events to their peer elements.

pushList
GstFlowReturn pushList(BufferList list)

Pushes a buffer list to the peer of pad.

query
bool query(Query query)

Dispatches a query to a pad. The query should have been allocated by the caller via one of the type-specific allocation functions. The element that the pad belongs to is responsible for filling the query with an appropriate response, which should then be parsed with a type-specific query parsing function.

queryAcceptCaps
bool queryAcceptCaps(Caps caps)

Check if the given pad accepts the caps.

queryCaps
Caps queryCaps(Caps filter)

Gets the capabilities this pad can produce or consume. Note that this method doesn't necessarily return the caps set by sending a Event.newCaps - use Pad.getCurrentCaps for that instead. gst_pad_query_caps returns all possible caps a pad can operate with, using the pad's CAPS query function, If the query fails, this function will return filter, if not NULL, otherwise ANY.

queryConvert
bool queryConvert(GstFormat srcFormat, long srcVal, GstFormat destFormat, long destVal)

Queries a pad to convert src_val in src_format to dest_format.

queryDefault
bool queryDefault(ObjectGst parent, Query query)

Invokes the default query handler for the given pad. The query is sent to all pads internally linked to pad. Note that if there are many possible sink pads that are internally linked to pad, only one will be sent the query. Multi-sinkpad elements should implement custom query handlers.

queryDuration
bool queryDuration(GstFormat format, long duration)

Queries a pad for the total stream duration.

queryPosition
bool queryPosition(GstFormat format, long cur)

Queries a pad for the stream position.

removeProbe
void removeProbe(gulong id)

Remove the probe with id from pad.

sendEvent
bool sendEvent(Event event)

Sends the event to the pad. This function can be used by applications to send events in the pipeline.

setActivateFunctionFull
void setActivateFunctionFull(GstPadActivateFunction activate, void* userData, GDestroyNotify notify)

Sets the given activate function for pad. The activate function will dispatch to Pad.activateMode to perform the actual activation. Only makes sense to set on sink pads.

setActivatemodeFunctionFull
void setActivatemodeFunctionFull(GstPadActivateModeFunction activatemode, void* userData, GDestroyNotify notify)

Sets the given activate_mode function for the pad. An activate_mode function prepares the element for data passing.

setActive
bool setActive(bool active)

Activates or deactivates the given pad. Normally called from within core state change functions.

setChainFunctionFull
void setChainFunctionFull(GstPadChainFunction chain, void* userData, GDestroyNotify notify)

Sets the given chain function for the pad. The chain function is called to process a gstreamer.Buffer input buffer. see GstPadChainFunction for more details.

setChainListFunctionFull
void setChainListFunctionFull(GstPadChainListFunction chainlist, void* userData, GDestroyNotify notify)

Sets the given chain list function for the pad. The chainlist function is called to process a gstreamer.BufferList input buffer list. See GstPadChainListFunction for more details.

setElementPrivate
void setElementPrivate(void* priv)

Set the given private data gpointer on the pad. This function can only be used by the element that owns the pad. No locking is performed in this function.

setEventFullFunctionFull
void setEventFullFunctionFull(GstPadEventFullFunction event, void* userData, GDestroyNotify notify)

Sets the given event handler for the pad.

setEventFunctionFull
void setEventFunctionFull(GstPadEventFunction event, void* userData, GDestroyNotify notify)

Sets the given event handler for the pad.

setGetrangeFunctionFull
void setGetrangeFunctionFull(GstPadGetRangeFunction get, void* userData, GDestroyNotify notify)

Sets the given getrange function for the pad. The getrange function is called to produce a new gstreamer.Buffer to start the processing pipeline. see GstPadGetRangeFunction for a description of the getrange function.

setIterateInternalLinksFunctionFull
void setIterateInternalLinksFunctionFull(GstPadIterIntLinkFunction iterintlink, void* userData, GDestroyNotify notify)

Sets the given internal link iterator function for the pad.

setLinkFunctionFull
void setLinkFunctionFull(GstPadLinkFunction link, void* userData, GDestroyNotify notify)

Sets the given link function for the pad. It will be called when the pad is linked with another pad.

setOffset
void setOffset(long offset)

Set the offset that will be applied to the running time of pad.

setQueryFunctionFull
void setQueryFunctionFull(GstPadQueryFunction query, void* userData, GDestroyNotify notify)

Set the given query function for the pad.

setUnlinkFunctionFull
void setUnlinkFunctionFull(GstPadUnlinkFunction unlink, void* userData, GDestroyNotify notify)

Sets the given unlink function for the pad. It will be called when the pad is unlinked.

startTask
bool startTask(GstTaskFunction func, void* userData, GDestroyNotify notify)

Starts a task that repeatedly calls func with user_data. This function is mostly used in pad activation functions to start the dataflow. The GST_PAD_STREAM_LOCK of pad will automatically be acquired before func is called.

stickyEventsForeach
void stickyEventsForeach(GstPadStickyEventsForeachFunction foreachFunc, void* userData)

Iterates all sticky events on pad and calls foreach_func for every event. If foreach_func returns FALSE the iteration is immediately stopped.

stopTask
bool stopTask()

Stop the task of pad. This function will also make sure that the function executed by the task will effectively stop if not called from the GstTaskFunction.

storeStickyEvent
GstFlowReturn storeStickyEvent(Event event)

Store the sticky event on pad

unlink
bool unlink(Pad sinkpad)

Unlinks the source pad from the sink pad. Will emit the unlinked signal on both pads.

useFixedCaps
void useFixedCaps()

A helper function you can use that sets the FIXED_CAPS flag This way the default CAPS query will always return the negotiated caps or in case the pad is not negotiated, the padtemplate caps.

addOnLinked
gulong addOnLinked(void delegate(Pad, Pad) dlg, ConnectFlags connectFlags)

Signals that a pad has been linked to the peer pad.

addOnUnlinked
gulong addOnUnlinked(void delegate(Pad, Pad) dlg, ConnectFlags connectFlags)

Signals that a pad has been unlinked from the peer pad.

flowGetName
string flowGetName(GstFlowReturn ret)

Gets a string representing the given flow return.

flowToQuark
GQuark flowToQuark(GstFlowReturn ret)

Get the unique quark for the given GstFlowReturn.

modeGetName
string modeGetName(GstPadMode mode)

Return the name of a pad mode, for use in debug messages mostly.