set_element_private


Description:

public void set_element_private (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.

Parameters:

this

the Pad to set the private data of.

priv

The private data to attach to the pad.