Home
last modified time | relevance | path

Searched refs:gst_object_has_as_ancestor (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstobject.c567 fail_unless (gst_object_has_as_ancestor (object1, object1)); in GST_START_TEST()
570 fail_unless (gst_object_has_as_ancestor (object4, object4)); in GST_START_TEST()
574 fail_unless (gst_object_has_as_ancestor (object1, object3)); in GST_START_TEST()
577 fail_unless (gst_object_has_as_ancestor (object2, object3)); in GST_START_TEST()
580 fail_unless (gst_object_has_as_ancestor (object3, object4)); in GST_START_TEST()
584 fail_unless (gst_object_has_as_ancestor (object1, object4)); in GST_START_TEST()
587 fail_unless (gst_object_has_as_ancestor (object2, object4)); in GST_START_TEST()
591 fail_if (gst_object_has_as_ancestor (object1, object2)); in GST_START_TEST()
594 fail_if (gst_object_has_as_ancestor (object3, object1)); in GST_START_TEST()
597 fail_if (gst_object_has_as_ancestor (object4, object1)); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstobject.h240 gboolean gst_object_has_as_ancestor (GstObject *object, GstObject *ancestor);
242 GST_DEPRECATED_FOR(gst_object_has_as_ancestor)
Dgstobject.c841 gst_object_has_as_ancestor (GstObject * object, GstObject * ancestor) in gst_object_has_as_ancestor() function
881 return gst_object_has_as_ancestor (object, ancestor); in gst_object_has_ancestor()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c3821 if (G_UNLIKELY (gst_object_has_as_ancestor (msg->src, GST_OBJECT_CAST
5378 && gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg),
5382 && gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg),
5386 && gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg),
5487 if (suburidecodebin_info && gst_object_has_as_ancestor (GST_OBJECT_CAST (element),
5563 && gst_object_has_as_ancestor (GST_OBJECT_CAST (element),
5972 && gst_object_has_as_ancestor (GST_OBJECT_CAST (pad),
6002 && gst_object_has_as_ancestor (GST_OBJECT_CAST (pad),
6168 && gst_object_has_as_ancestor (GST_OBJECT_CAST (pad),
6185 && gst_object_has_as_ancestor (GST_OBJECT_CAST (pad),
[all …]
Dgstplaybin3.c2406 && gst_object_has_as_ancestor (element, in find_source_group_owner()
2410 && gst_object_has_as_ancestor (element, in find_source_group_owner()
3751 && gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg), in activate_sink_bus_handler()
3755 && gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg), in activate_sink_bus_handler()
3759 && gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg), in activate_sink_bus_handler()
4729 if (!gst_object_has_as_ancestor (GST_OBJECT_CAST (group->audio_sink), in deactivate_group()
4737 if (!gst_object_has_as_ancestor (GST_OBJECT_CAST (group->video_sink), in deactivate_group()
4745 if (!gst_object_has_as_ancestor (GST_OBJECT_CAST (group->text_sink), in deactivate_group()
Dgstsubtitleoverlay.c1463 && gst_object_has_as_ancestor (src, in gst_subtitle_overlay_handle_message()
1465 && gst_object_has_as_ancestor (src, in gst_subtitle_overlay_handle_message()
1467 && gst_object_has_as_ancestor (src, in gst_subtitle_overlay_handle_message()
Dgstdecodebin2.c6032 gst_object_has_as_ancestor (GST_MESSAGE_SRC (bufstats), in gst_decode_bin_remove_element()
Dgstplaysink.c4863 && !gst_object_has_as_ancestor (GST_MESSAGE_SRC (message), in gst_play_sink_handle_message()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c1195 if (gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg), in gst_adaptive_demux_handle_message()
1204 if (gst_object_has_as_ancestor (GST_MESSAGE_SRC (msg), in gst_adaptive_demux_handle_message()
/third_party/gstreamer/gstreamer/
DChangeLog30144 gstobject: add gst_object_has_as_ancestor and deprecate previous function
30147 API: gst_object_has_as_ancestor()
/third_party/gstreamer/gstplugins_base/
DChangeLog53713 already used by gst_object_has_as_ancestor() and we need to use it now for