Check if @parent is the parent of @object. E.g. a #GstElement can check if it owns a given #GstPad.
a #GstObject to check as parent
%FALSE if either @object or @parent is %NULL. %TRUE if @parent is the parent of @object. Otherwise %FALSE.
MT safe. Grabs and releases @object's locks.
1.6
See Implementation
Check if @parent is the parent of @object. E.g. a #GstElement can check if it owns a given #GstPad.