Searched refs:gst_object_has_ancestor (Results 1 – 5 of 5) sorted by relevance
243 gboolean gst_object_has_ancestor (GstObject *object, GstObject *ancestor);
879 gst_object_has_ancestor (GstObject * object, GstObject * ancestor) in gst_object_has_ancestor() function
1034 ret = root && gst_object_has_ancestor (GST_OBJECT_CAST (b), root);
30145 The old gst_object_has_ancestor will call the new code. This establishes the33059 Adds gst_object_has_parent, which works like gst_object_has_ancestor83284 gstobject: Replace recursive gst_object_has_ancestor() with an iterative version83293 gstobject: Add simple unit test for gst_object_has_ancestor()123669 gst/gstbin.c: use gst_object_has_ancestor().123672 use gst_object_has_ancestor().123673 * gst/gstobject.c: (gst_object_has_ancestor):123675 gst_object_has_ancestor() copied from gstbin.c as it is a
120441 playbin2: Use gst_object_has_ancestor() instead of our own implementation of it