Home
last modified time | relevance | path

Searched refs:gst_pad_set_link_function (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c863 gst_pad_set_link_function (sinkpad, pad_linked1); in GST_START_TEST()
866 gst_pad_set_link_function (srcpad, pad_linked2); in GST_START_TEST()
937 gst_pad_set_link_function (srcpad, pad_linked1); in GST_START_TEST()
940 gst_pad_set_link_function (sinkpad, pad_linked2); in GST_START_TEST()
Dgstutils.c1367 gst_pad_set_link_function (pad, refuse_to_link); in gst_fakereqsink_request_new_pad()
1441 gst_pad_set_link_function (pad, refuse_to_link); in test_link()
1446 gst_pad_set_link_function (pad, refuse_to_link); in test_link()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dsrcpad52 gst_pad_set_link_function (replace->srcpad,
Dsinkpad54 gst_pad_set_link_function (replace->sinkpad,
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1436 #define gst_pad_set_link_function(p,f) gst_pad_set_link_function_full((p),(f),NULL,NULL) macro
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c349 gst_pad_set_link_function (overlay->cc_sinkpad, in gst_base_cea_cc_overlay_init()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c2095 gst_pad_set_link_function (self->subtitle_sinkpad, in gst_subtitle_overlay_init()
Dgstdecodebin3.c1009 gst_pad_set_link_function (input->ghost_sink, gst_decodebin3_input_pad_link); in create_new_input()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c493 gst_pad_set_link_function (newpad, gst_ogg_mux_sinkconnect); in gst_ogg_mux_request_new_pad()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c724 gst_pad_set_link_function (overlay->text_sinkpad, in gst_base_text_overlay_init()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c336 gst_pad_set_link_function (render->text_sinkpad, in gst_ttml_render_init()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.86452 (gst_pad_set_formats_function, gst_pad_set_link_function)
6844 (gst_pad_set_link_function, gst_pad_set_fixate_function)
/third_party/gstreamer/gstreamer/
DChangeLog107400 (gst_pad_set_internal_link_function), (gst_pad_set_link_function),
119844 Fix docs for gst_pad_set_link_function().