Home
last modified time | relevance | path

Searched refs:gst_object_has_ancestor (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstobject.h243 gboolean gst_object_has_ancestor (GstObject *object, GstObject *ancestor);
Dgstobject.c879 gst_object_has_ancestor (GstObject * object, GstObject * ancestor) in gst_object_has_ancestor() function
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.cpp1034 ret = root && gst_object_has_ancestor (GST_OBJECT_CAST (b), root);
/third_party/gstreamer/gstreamer/
DChangeLog30145 The old gst_object_has_ancestor will call the new code. This establishes the
33059 Adds gst_object_has_parent, which works like gst_object_has_ancestor
83284 gstobject: Replace recursive gst_object_has_ancestor() with an iterative version
83293 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
/third_party/gstreamer/gstplugins_base/
DChangeLog120441 playbin2: Use gst_object_has_ancestor() instead of our own implementation of it