Home
last modified time | relevance | path

Searched refs:GST_PAD_IS_SINK (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavprotocol.c138 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/
Dmultiqueue.c83 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/
Dgstpad.c1008 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 …]
Dgstutils.c1097 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()
Dgstpad.h997 #define GST_PAD_IS_SINK(pad) (GST_PAD_DIRECTION(pad) == GST_PAD_SINK) macro
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfunnel.c169 if (GST_PAD_IS_SINK (pad)) { in gst_funnel_dispose()
Dgstconcat.c220 if (GST_PAD_IS_SINK (pad)) { in gst_concat_dispose()
Dgstinputselector.c1379 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/
Dgsturitranscodebin.c207 if (GST_PAD_IS_SINK (pad)) in transcodebin_pad_added_cb()
Dgsttranscodebin.c394 if (GST_PAD_IS_SINK (pad)) in decodebin_pad_added_cb()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c180 if (GST_PAD_IS_SINK (pad)) { in gst_rtp_mux_dispose()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin.c223 if (GST_PAD_IS_SINK (pad)) in pad_added_cb()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c632 g_return_val_if_fail (GST_PAD_IS_SINK (pad), NULL); in gst_collect_pads_add_pad()
Dgstaggregator.c3243 if (GST_PAD_IS_SINK (pad)) { in gst_aggregator_pad_constructed()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c5635 if (GST_PAD_IS_SINK (outpad)) in gst_rtspsrc_handle_data()