Searched refs:GST_PAD_IS_SINK (Results 1 – 15 of 15) sorted by relevance
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.c | 138 if (GST_PAD_IS_SINK (info->pad)) { in gst_ffmpegdata_seek() 255 g_return_val_if_fail (GST_PAD_IS_SINK (pad), -EINVAL); in gst_ffmpegdata_open()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | multiqueue.c | 83 fail_unless (GST_PAD_IS_SINK (sinkpad)); in setup_multiqueue() 208 fail_unless (GST_PAD_IS_SINK (sink1)); in GST_START_TEST() 214 fail_unless (GST_PAD_IS_SINK (sink2)); in GST_START_TEST() 257 fail_unless (GST_PAD_IS_SINK (sink1)); in GST_START_TEST() 264 fail_unless (GST_PAD_IS_SINK (sink3)); in GST_START_TEST() 271 fail_unless (GST_PAD_IS_SINK (sink2)); in GST_START_TEST() 279 fail_unless (GST_PAD_IS_SINK (sink4)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.c | 1008 if (GST_PAD_IS_SINK (pad)) { in pre_activate() 1798 g_return_if_fail (GST_PAD_IS_SINK (pad)); in gst_pad_set_chain_function_full() 1835 g_return_if_fail (GST_PAD_IS_SINK (pad)); in gst_pad_set_chain_list_function_full() 2133 g_return_val_if_fail (GST_PAD_IS_SINK (sinkpad), FALSE); in gst_pad_unlink() 2511 g_return_val_if_fail (GST_PAD_IS_SINK (sinkpad), in gst_pad_link_full() 4166 } else if (GST_PAD_IS_SINK (pad)) { in gst_pad_query() 4293 } else if (GST_PAD_IS_SINK (pad)) { in gst_pad_peer_query() 4582 g_return_val_if_fail (GST_PAD_IS_SINK (pad), GST_FLOW_ERROR); in gst_pad_chain() 4645 g_return_val_if_fail (GST_PAD_IS_SINK (pad), GST_FLOW_ERROR); in gst_pad_chain_list() 5136 g_return_val_if_fail (GST_PAD_IS_SINK (pad), GST_FLOW_ERROR); in gst_pad_pull_range() [all …]
|
D | gstutils.c | 1097 if (!GST_PAD_IS_SINK (sinkpad)) { in gst_pad_check_link() 1159 } else if (GST_PAD_IS_SINK (pad)) { in gst_element_get_compatible_pad() 2989 g_return_val_if_fail (GST_PAD_IS_SINK (pad), FALSE); in gst_pad_peer_query_duration() 3058 g_return_val_if_fail (GST_PAD_IS_SINK (pad), FALSE); in gst_pad_peer_query_convert()
|
D | gstpad.h | 997 #define GST_PAD_IS_SINK(pad) (GST_PAD_DIRECTION(pad) == GST_PAD_SINK) macro
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfunnel.c | 169 if (GST_PAD_IS_SINK (pad)) { in gst_funnel_dispose()
|
D | gstconcat.c | 220 if (GST_PAD_IS_SINK (pad)) { in gst_concat_dispose()
|
D | gstinputselector.c | 1379 g_return_val_if_fail (GST_PAD_IS_SINK (pad), FALSE); in gst_input_selector_set_active_pad()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gsturitranscodebin.c | 207 if (GST_PAD_IS_SINK (pad)) in transcodebin_pad_added_cb()
|
D | gsttranscodebin.c | 394 if (GST_PAD_IS_SINK (pad)) in decodebin_pad_added_cb()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpmux.c | 180 if (GST_PAD_IS_SINK (pad)) { in gst_rtp_mux_dispose()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpbin.c | 223 if (GST_PAD_IS_SINK (pad)) in pad_added_cb()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 632 g_return_val_if_fail (GST_PAD_IS_SINK (pad), NULL); in gst_collect_pads_add_pad()
|
D | gstaggregator.c | 3243 if (GST_PAD_IS_SINK (pad)) { in gst_aggregator_pad_constructed()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 5635 if (GST_PAD_IS_SINK (outpad)) in gst_rtspsrc_handle_data()
|