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);
Return: A pointer to @object
See Implementation
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);
Return: A pointer to @object