ObjectGst.ref_

Increments the reference 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 constructs like : result = gst_object_ref (object->parent);

class ObjectGst
override
ref_
()

Return Value

Type: ObjectGst

A pointer to @object

Meta