Home
last modified time | relevance | path

Searched refs:GST_IS_GHOST_PAD (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c364 g_return_val_if_fail (GST_IS_GHOST_PAD (pad), FALSE); in gst_ghost_pad_activate_push_default()
430 g_return_val_if_fail (GST_IS_GHOST_PAD (pad), FALSE); in gst_ghost_pad_activate_mode_default()
779 g_return_val_if_fail (GST_IS_GHOST_PAD (gpad), NULL); in gst_ghost_pad_get_target()
807 g_return_val_if_fail (GST_IS_GHOST_PAD (gpad), FALSE); in gst_ghost_pad_set_target()
Dgstghostpad.h82 #define GST_IS_GHOST_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_GHOST_PAD)) macro
Dgstdebugutils.c328 if (GST_IS_GHOST_PAD (pad)) { in debug_dump_element_pad()
720 if (!GST_IS_GHOST_PAD (peer_pad) in debug_dump_element()
Dgstelement.c901 if (GST_IS_GHOST_PAD (pad)) { in gst_element_remove_pad()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.c177 if (parent && GST_IS_GHOST_PAD (parent)) { in get_real_pad_parent()
202 G_OBJECT_TYPE_NAME (pad), GST_IS_GHOST_PAD (pad), in log_new_pad_stats()
301 if (parent && GST_IS_GHOST_PAD (parent)) { in do_element_stats()
314 while (peer_pad && GST_IS_GHOST_PAD (peer_pad)) { in do_element_stats()
Dgstlatency.c111 if (parent && GST_IS_GHOST_PAD (parent)) { in get_real_pad_parent()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c343 fail_unless (GST_IS_GHOST_PAD (b2->sinkpads->data)); in GST_START_TEST()
345 fail_unless (GST_IS_GHOST_PAD (b2->srcpads->data)); in GST_START_TEST()
Dgstutils.c436 g_assert (GST_IS_GHOST_PAD (ghost_pad)); in GST_START_TEST()
453 g_assert (GST_IS_GHOST_PAD (ghost_pad)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c5291 g_return_if_fail (GST_IS_GHOST_PAD (pad)); in gst_rtp_bin_release_pad()