Home
last modified time | relevance | path

Searched refs:GST_PAD_IS_SRC (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavprotocol.c168 } else if (GST_PAD_IS_SRC (info->pad)) { in gst_ffmpegdata_seek()
217 if (GST_PAD_IS_SRC (info->pad)) { in gst_ffmpegdata_close()
257 g_return_val_if_fail (GST_PAD_IS_SRC (pad), -EINVAL); in gst_ffmpegdata_open()
/third_party/gstreamer/gstreamer/gst/
Dgstcompat.h58 if (GST_PAD_IS_SRC (pad)) in gst_pad_set_caps()
Dgstghostpad.c493 if (GST_PAD_IS_SRC (pad)) in gst_ghost_pad_dispose()
857 if (GST_PAD_IS_SRC (internal)) in gst_ghost_pad_set_target()
872 if (GST_PAD_IS_SRC (internal)) in gst_ghost_pad_set_target()
Dgstpad.c714 if (GST_PAD_IS_SRC (pad)) in gst_pad_dispose()
1866 g_return_if_fail (GST_PAD_IS_SRC (pad)); in gst_pad_set_getrange_function_full()
2126 g_return_val_if_fail (GST_PAD_IS_SRC (srcpad), FALSE); in gst_pad_unlink()
2504 g_return_val_if_fail (GST_PAD_IS_SRC (srcpad), GST_PAD_LINK_WRONG_DIRECTION); in gst_pad_link_full()
4042 if (GST_PAD_IS_SRC (pad)) { in gst_pad_query()
4169 if (GST_PAD_IS_SRC (pad)) { in gst_pad_peer_query()
4186 if (GST_PAD_IS_SRC (pad) && serialized) { in gst_pad_peer_query()
4698 g_return_val_if_fail (GST_PAD_IS_SRC (pad), GST_FLOW_ERROR); in gst_pad_push()
4738 g_return_val_if_fail (GST_PAD_IS_SRC (pad), GST_FLOW_ERROR); in gst_pad_push_list()
4949 g_return_val_if_fail (GST_PAD_IS_SRC (pad), GST_FLOW_ERROR); in gst_pad_get_range()
[all …]
Dgstutils.c1047 if (!GST_PAD_IS_SRC (srcpad)) { in gst_pad_check_link()
1112 if (GST_PAD_IS_SRC (pad)) { in gst_element_get_compatible_pad()
1134 if (GST_PAD_IS_SRC (current)) { in gst_element_get_compatible_pad()
2369 if (GST_PAD_IS_SRC (pad)) { in gst_element_unlink()
3928 g_return_val_if_fail (GST_PAD_IS_SRC (pad), NULL); in gst_pad_create_stream_id_internal()
Dgstpad.h987 #define GST_PAD_IS_SRC(pad) (GST_PAD_DIRECTION(pad) == GST_PAD_SRC) macro
Dgstelement.c796 if (GST_PAD_IS_SRC (pad)) in gst_element_remove_pad()
/third_party/gstreamer/gstplugins_bad/tests/examples/audiomixmatrix/
Dtest-audiomixmatrix.c66 GST_PAD_IS_SRC (pad) ? "source" : "sink", caps_str); in _event_received()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c558 if (GST_PAD_IS_SRC (pad)) in db_pad_added_cb()
568 if (!GST_PAD_IS_SRC (pad)) in db_pad_removed_cb()
Dgsturidecodebin.c1359 if (!GST_PAD_IS_SRC (pad)) in pad_removed_cb()
Dgsturisourcebin.c1292 if (!GST_PAD_IS_SRC (pad)) in pad_removed_cb()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstoutputselector.c224 g_return_if_fail (GST_PAD_IS_SRC (next_pad)); in gst_output_selector_set_property()
Dgsttee.c206 if (GST_PAD_IS_SRC (pad)) { in gst_tee_dispose()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c451 if (GST_PAD_IS_SRC (pad)) in gst_insert_bin_block_pad_unlock()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dmultiqueue.c76 fail_unless (GST_PAD_IS_SRC (srcpad), in setup_multiqueue()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c4878 if (GST_PAD_IS_SRC (stream->channelpad[0])) in gst_rtspsrc_stream_push_event()
4899 if (GST_PAD_IS_SRC (stream->channelpad[1])) in gst_rtspsrc_stream_push_event()
5326 if (GST_PAD_IS_SRC (ostream->channelpad[0])) in gst_rtspsrc_handle_data()
5345 if (GST_PAD_IS_SRC (ostream->channelpad[1])) in gst_rtspsrc_handle_data()
5405 if (GST_PAD_IS_SRC (stream->channelpad[0])) in gst_rtspsrc_handle_data()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt2150 GST_PAD_IS_SRC