Pad.setElementPrivate

void setElementPrivate(void * priv = null) nothrow

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.

Parameters

privThe private data to attach to the pad.