Home
last modified time | relevance | path

Searched refs:GST_IS_PAD (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c778 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 …]
Dgstutils.c1076 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 …]
Dgstcompat.h53 g_return_val_if_fail (GST_IS_PAD (pad), FALSE); in gst_pad_set_caps()
Dgstghostpad.c671 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()
Dgstelement.c361 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()
Dgstpad.h84 #define GST_IS_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PAD)) macro
Dgstbin.c4063 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()
Dgstmessage.c909 g_return_val_if_fail (GST_IS_PAD (src), NULL); in gst_message_new_structure_change()
Dgstinfo.c935 if (GST_IS_PAD (object) && GST_OBJECT_NAME (object)) { in gst_debug_print_object()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dmultiqueue.c207 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/
Dgstwpesrcbin.cpp311 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/
Dgstavprotocol.c252 g_return_val_if_fail (GST_IS_PAD (pad), -EINVAL); in gst_ffmpegdata_open()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc572 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_qt_sink_navigation_send_event()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c591 } 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/
Dgstgtkbasesink.c351 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_gtk_base_sink_navigation_send_event()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstindex.c669 if (GST_IS_PAD (writer)) { in gst_index_gtype_resolver()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstindex.c655 if (GST_IS_PAD (writer)) { in gst_index_gtype_resolver()
Dgstcollectpads.c707 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/
Dgstutils.c440 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/
Dgststats.c289 GST_ELEMENT_CAST (GST_IS_PAD (parent) ? GST_OBJECT_PARENT (parent) : in do_element_stats()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c947 fail_unless (GST_IS_PAD (sink_pad)); in gst_check_element_push_buffer_list()
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c393 fail_unless (GST_IS_PAD (data->sinkpad)); in _chain_data_init()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp170 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_dshowvideosink_navigation_send_event()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c2038 if (GST_IS_PAD (pad) && GST_IS_EVENT (event)) { in gst_dfbvideosink_navigation_send_event()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c2753 g_return_if_fail (GST_IS_PAD (pad)); in gst_rtp_session_release_pad()

12