Home
last modified time | relevance | path

Searched refs:gst_object_has_as_parent (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstobject.c438 fail_if (gst_object_has_as_parent (object1, NULL)); in GST_START_TEST()
439 fail_if (gst_object_has_as_parent (NULL, object1)); in GST_START_TEST()
440 fail_if (gst_object_has_as_parent (object1, object1)); in GST_START_TEST()
455 result = gst_object_has_as_parent (object1, object2); in GST_START_TEST()
470 fail_unless (gst_object_has_as_parent (object1, object2)); in GST_START_TEST()
473 fail_if (gst_object_has_as_parent (object2, object1)); in GST_START_TEST()
474 fail_if (gst_object_has_as_parent (object1, NULL)); in GST_START_TEST()
475 fail_if (gst_object_has_as_parent (object2, NULL)); in GST_START_TEST()
476 fail_if (gst_object_has_as_parent (NULL, object1)); in GST_START_TEST()
477 fail_if (gst_object_has_as_parent (NULL, object2)); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstobject.h237 gboolean gst_object_has_as_parent (GstObject *object, GstObject *parent);
Dgstobject.c805 gst_object_has_as_parent (GstObject * object, GstObject * parent) in gst_object_has_as_parent() function
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt1889 gst_object_has_as_parent
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturisourcebin.c1271 if (gst_object_has_as_parent (GST_OBJECT (pad), GST_OBJECT (urisrc))) in expose_output_pad()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2284 if (gst_object_has_as_parent (GST_OBJECT (stream->udpsrc[i]), in gst_rtspsrc_stream_free()
2294 if (gst_object_has_as_parent (GST_OBJECT (stream->udpsink[i]), in gst_rtspsrc_stream_free()
/third_party/gstreamer/gstreamer/
DChangeLog21891 symetry with the new gst_object_has_as_parent.
21901 gstobject: rename gst_object_has_parent to gst_object_has_as_parent
21904 API: gst_object_has_as_parent()