Home
last modified time | relevance | path

Searched refs:GST_PAD_IS_SRC (Results 1 – 18 of 18) 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.c483 if (GST_PAD_IS_SRC (pad)) in gst_ghost_pad_dispose()
830 if (GST_PAD_IS_SRC (internal)) in gst_ghost_pad_set_target()
845 if (GST_PAD_IS_SRC (internal)) in gst_ghost_pad_set_target()
Dgstpad.c714 if (GST_PAD_IS_SRC (pad)) in gst_pad_dispose()
1871 g_return_if_fail (GST_PAD_IS_SRC (pad)); in gst_pad_set_getrange_function_full()
2131 g_return_val_if_fail (GST_PAD_IS_SRC (srcpad), FALSE); in gst_pad_unlink()
2509 g_return_val_if_fail (GST_PAD_IS_SRC (srcpad), GST_PAD_LINK_WRONG_DIRECTION); in gst_pad_link_full()
4162 if (GST_PAD_IS_SRC (pad)) { in gst_pad_query()
4289 if (GST_PAD_IS_SRC (pad)) { in gst_pad_peer_query()
4306 if (GST_PAD_IS_SRC (pad) && serialized) { in gst_pad_peer_query()
4826 g_return_val_if_fail (GST_PAD_IS_SRC (pad), GST_FLOW_ERROR); in gst_pad_push()
4866 g_return_val_if_fail (GST_PAD_IS_SRC (pad), GST_FLOW_ERROR); in gst_pad_push_list()
5081 g_return_val_if_fail (GST_PAD_IS_SRC (pad), GST_FLOW_ERROR); in gst_pad_get_range()
[all …]
Dgstutils.c1092 if (!GST_PAD_IS_SRC (srcpad)) { in gst_pad_check_link()
1157 if (GST_PAD_IS_SRC (pad)) { in gst_element_get_compatible_pad()
1179 if (GST_PAD_IS_SRC (current)) { in gst_element_get_compatible_pad()
2414 if (GST_PAD_IS_SRC (pad)) { in gst_element_unlink()
3973 g_return_val_if_fail (GST_PAD_IS_SRC (pad), NULL); in gst_pad_create_stream_id_internal()
Dgstpad.h990 #define GST_PAD_IS_SRC(pad) (GST_PAD_DIRECTION(pad) == GST_PAD_SRC) macro
Dgstelement.c887 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.c592 if (GST_PAD_IS_SRC (pad)) in db_pad_added_cb()
602 if (!GST_PAD_IS_SRC (pad)) in db_pad_removed_cb()
Dgststreamsynchronizer.c278 if (GST_PAD_IS_SRC (pad)) in set_event_rt_offset()
Dgsturisourcebin.c1341 if (!GST_PAD_IS_SRC (pad)) in pad_removed_cb()
Dgsturidecodebin.c1431 if (!GST_PAD_IS_SRC (pad)) in pad_removed_cb()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstoutputselector.c231 g_return_if_fail (GST_PAD_IS_SRC (next_pad)); in gst_output_selector_set_property()
Dgsttee.c208 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/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c418 if (!GST_PAD_IS_SRC (pad)) in encodebin_pad_added_cb()
/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.c5067 if (GST_PAD_IS_SRC (stream->channelpad[0])) in gst_rtspsrc_stream_push_event()
5088 if (GST_PAD_IS_SRC (stream->channelpad[1])) in gst_rtspsrc_stream_push_event()
5524 if (GST_PAD_IS_SRC (ostream->channelpad[0])) in gst_rtspsrc_handle_data()
5543 if (GST_PAD_IS_SRC (ostream->channelpad[1])) in gst_rtspsrc_handle_data()
5608 if (GST_PAD_IS_SRC (stream->channelpad[0])) in gst_rtspsrc_handle_data()