/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.c | 778 g_return_if_fail (GST_IS_PAD (object)); in gst_pad_set_property() 801 g_return_if_fail (GST_IS_PAD (object)); in gst_pad_get_property() 928 g_return_val_if_fail (GST_IS_PAD (pad), GST_PAD_UNKNOWN); in gst_pad_get_direction() 938 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_activate_default() 1089 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_set_active() 1308 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_activate_mode() 1357 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_is_active() 1433 g_return_val_if_fail (GST_IS_PAD (pad), 0); in gst_pad_add_probe() 1560 g_return_if_fail (GST_IS_PAD (pad)); in gst_pad_remove_probe() 1600 g_return_val_if_fail (GST_IS_PAD (pad), result); in gst_pad_is_blocked() [all …]
|
D | gstutils.c | 1076 g_return_val_if_fail (GST_IS_PAD (srcpad), FALSE); in gst_pad_check_link() 1077 g_return_val_if_fail (GST_IS_PAD (sinkpad), FALSE); in gst_pad_check_link() 1146 g_return_val_if_fail (GST_IS_PAD (pad), NULL); in gst_element_get_compatible_pad() 1736 g_return_val_if_fail (GST_IS_PAD (src), FALSE); in gst_pad_link_maybe_ghosting_full() 1737 g_return_val_if_fail (GST_IS_PAD (sink), FALSE); in gst_pad_link_maybe_ghosting_full() 1762 g_return_val_if_fail (GST_IS_PAD (src), FALSE); in gst_pad_link_maybe_ghosting() 1763 g_return_val_if_fail (GST_IS_PAD (sink), FALSE); in gst_pad_link_maybe_ghosting() 2649 g_return_val_if_fail (GST_IS_PAD (pad), NULL); in gst_pad_get_parent_element() 2778 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_proxy_query_accept_caps() 2847 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_proxy_query_caps() [all …]
|
D | gstcompat.h | 53 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_set_caps()
|
D | gstghostpad.c | 671 g_return_val_if_fail (GST_IS_PAD (target), NULL); in gst_ghost_pad_new() 714 g_return_val_if_fail (GST_IS_PAD (target), NULL); in gst_ghost_pad_new_from_template()
|
D | gstelement.c | 361 g_return_if_fail (GST_IS_PAD (pad)); in gst_element_release_request_pad() 754 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_element_add_pad() 871 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_element_remove_pad()
|
D | gstpad.h | 84 #define GST_IS_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PAD)) macro
|
D | gstbin.c | 4063 if (GST_IS_PAD (item)) in bin_query_duration_fold() 4107 if (GST_IS_PAD (item)) in bin_query_position_fold() 4158 if (GST_IS_PAD (item)) in bin_query_latency_fold() 4210 if (GST_IS_PAD (item)) in bin_query_generic_fold()
|
D | gstmessage.c | 909 g_return_val_if_fail (GST_IS_PAD (src), NULL); in gst_message_new_structure_change()
|
D | gstinfo.c | 935 if (GST_IS_PAD (object) && GST_OBJECT_NAME (object)) { in gst_debug_print_object()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | multiqueue.c | 207 fail_unless (GST_IS_PAD (sink1)); in GST_START_TEST() 213 fail_unless (GST_IS_PAD (sink2)); in GST_START_TEST() 256 fail_unless (GST_IS_PAD (sink1)); in GST_START_TEST() 263 fail_unless (GST_IS_PAD (sink3)); in GST_START_TEST() 270 fail_unless (GST_IS_PAD (sink2)); in GST_START_TEST() 278 fail_unless (GST_IS_PAD (sink4)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrcbin.cpp | 311 g_return_if_fail (GST_IS_PAD (pad)); in gst_wpe_src_stop_audio_stream() 324 g_return_if_fail (GST_IS_PAD (pad)); in gst_wpe_src_pause_audio_stream()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.c | 252 g_return_val_if_fail (GST_IS_PAD (pad), -EINVAL); in gst_ffmpegdata_open()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtsink.cc | 572 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_qt_sink_navigation_send_event()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 591 } else if (GST_IS_PAD (src_obj)) { in bus_handler() 646 } else if (GST_IS_PAD (GST_MESSAGE_SRC (message))) { in bus_handler()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gstgtkbasesink.c | 351 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_gtk_base_sink_navigation_send_event()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstindex.c | 669 if (GST_IS_PAD (writer)) { in gst_index_gtype_resolver()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstindex.c | 655 if (GST_IS_PAD (writer)) { in gst_index_gtype_resolver()
|
D | gstcollectpads.c | 707 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_collect_pads_remove_pad() 785 if (GST_IS_PAD (cdata->pad)) { in gst_collect_pads_set_flushing_unlocked()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 440 g_assert (GST_IS_PAD (target_pad)); in GST_START_TEST() 457 g_assert (GST_IS_PAD (target_pad)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gststats.c | 289 GST_ELEMENT_CAST (GST_IS_PAD (parent) ? GST_OBJECT_PARENT (parent) : in do_element_stats()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gstcheck.c | 947 fail_unless (GST_IS_PAD (sink_pad)); in gst_check_element_push_buffer_list()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | aggregator.c | 393 fail_unless (GST_IS_PAD (data->sinkpad)); in _chain_data_init()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideosink.cpp | 170 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_dshowvideosink_navigation_send_event()
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfbvideosink.c | 2038 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_dfbvideosink_navigation_send_event()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpsession.c | 2753 g_return_if_fail (GST_IS_PAD (pad)); in gst_rtp_session_release_pad()
|