Home
last modified time | relevance | path

Searched refs:gst_pad_is_linked (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dasfmux.c100 fail_unless (gst_pad_is_linked (sinkpad)); in teardown_src_pad()
/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c672 g_return_val_if_fail (!gst_pad_is_linked (target), NULL); in gst_ghost_pad_new()
715 g_return_val_if_fail (!gst_pad_is_linked (target), NULL); in gst_ghost_pad_new_from_template()
Dgstpad.h1456 gboolean gst_pad_is_linked (GstPad *pad);
Dgstdebugutils.c712 if (gst_pad_is_linked (pad)) { in debug_dump_element()
Dgstpad.c2229 gst_pad_is_linked (GstPad * pad) in gst_pad_is_linked() function
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbin.c832 fail_unless (gst_pad_is_linked (srcpad)); in GST_START_TEST()
833 fail_unless (gst_pad_is_linked (sinkpad)); in GST_START_TEST()
839 fail_unless (!gst_pad_is_linked (srcpad)); in GST_START_TEST()
840 fail_unless (!gst_pad_is_linked (sinkpad)); in GST_START_TEST()
852 fail_unless (gst_pad_is_linked (srcpad)); in GST_START_TEST()
853 fail_unless (gst_pad_is_linked (sinkpad)); in GST_START_TEST()
Dgstghostpad.c71 fail_if (gst_pad_is_linked (srcpad)); in GST_START_TEST()
124 fail_if (!gst_pad_is_linked (srcpad)); in GST_START_TEST()
Dgstpad.c104 gst_pad_is_linked (src); in GST_START_TEST()
105 gst_pad_is_linked (sink); in GST_START_TEST()
1250 fail_if (gst_pad_is_linked (sink)); in GST_START_TEST()
1286 fail_if (gst_pad_is_linked (src)); in GST_START_TEST()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavprotocol.c155 if (gst_pad_is_linked (info->pad)) in gst_ffmpegdata_seek()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateparse.c548 if (!gst_pad_is_linked (parse->sinkpad)) { in gst_kate_parse_src_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstoutputselector.c442 if (gst_pad_is_linked (osel->pending_srcpad)) { in gst_output_selector_switch()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsturitranscodebin.c274 if (gst_pad_is_linked (sinkpad)) in src_pad_added_cb()
Dgsttranscodebin.c495 if (!gst_pad_is_linked (testpad) && !find_stream (self, NULL, testpad)) { in get_encodebin_pad_for_caps()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisparse.c642 if (!gst_pad_is_linked (parse->sinkpad)) { in vorbis_parse_src_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c961 gst_pad_is_linked (tagdemux->priv->sinkpad)) { in gst_tag_demux_seek_push()
1004 gst_pad_is_linked (tagdemux->priv->sinkpad)) { in gst_tag_demux_seek_push()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtdemux.c306 if (gst_pad_is_linked (data->sinkpad)) { in qtdemux_block_for_reconfig()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c745 if (gst_pad_is_linked (sinkpad)) { in src_pad_added_cb()
Dgstplaybin3.c2961 if (gst_pad_is_linked (combine->sinkpad)) in combiner_control_pad()
Dgstplaysink.c3679 if (gst_pad_is_linked (playsink->audio_sinkpad_stream_synchronizer)) { in gst_play_sink_do_reconfigure()
Dgstplaybin2.c4707 !gst_pad_is_linked (combine->srcpad)) {
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c645 if (gst_pad_is_linked (gst_element_get_static_pad (src_csp, "src"))) in gst_wrapper_camera_bin_src_construct_pipeline()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c2497 if (gst_pad_is_linked (self->vfsrc)) in gst_uvc_h264_src_construct_pipeline()
2499 if (gst_pad_is_linked (self->vidsrc)) in gst_uvc_h264_src_construct_pipeline()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.c1465 gst_pad_is_linked (aiff->srcpad)); in gst_aiff_parse_stream_data()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c2215 gst_pad_is_linked (wav->srcpad)); in gst_wavparse_stream_data()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.86847 (gst_pad_unlink, gst_pad_is_linked): Docs.
8108 * gst/gstpad.c: (gst_pad_is_linked):
8110 implement gst_pad_is_linked

12