Gst.Pad.prototype.set_element_private
function set_element_private(priv:gpointer):void { // Gjs wrapper for gst_pad_set_element_private() }
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.
- priv
The private data to attach to the pad.