Searched refs:gst_object_has_as_ancestor (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstobject.c | 567 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/ |
D | gstobject.h | 240 gboolean gst_object_has_as_ancestor (GstObject *object, GstObject *ancestor); 242 GST_DEPRECATED_FOR(gst_object_has_as_ancestor)
|
D | gstobject.c | 841 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/ |
D | gstplaybin2.c | 3821 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 …]
|
D | gstplaybin3.c | 2406 && 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()
|
D | gstsubtitleoverlay.c | 1463 && 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()
|
D | gstdecodebin2.c | 6032 gst_object_has_as_ancestor (GST_MESSAGE_SRC (bufstats), in gst_decode_bin_remove_element()
|
D | gstplaysink.c | 4863 && !gst_object_has_as_ancestor (GST_MESSAGE_SRC (message), in gst_play_sink_handle_message()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 1195 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/ |
D | ChangeLog | 30144 gstobject: add gst_object_has_as_ancestor and deprecate previous function 30147 API: gst_object_has_as_ancestor()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 53713 already used by gst_object_has_as_ancestor() and we need to use it now for
|