ObjectGst.doref

Increments the refence count on object. This function does not take the lock on object because it relies on atomic refcounting. This object returns the input parameter to ease writing

class ObjectGst
static
void*
doref
(
void* object
)

Parameters

object void*

a GstObject to reference

Return Value

Type: void*

A pointer to object

Meta