Searched refs:gst_pad_set_link_function (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstghostpad.c | 863 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()
|
D | gstutils.c | 1367 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/ |
D | srcpad | 52 gst_pad_set_link_function (replace->srcpad,
|
D | sinkpad | 54 gst_pad_set_link_function (replace->sinkpad,
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.h | 1436 #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/ |
D | gstceaccoverlay.c | 349 gst_pad_set_link_function (overlay->cc_sinkpad, in gst_base_cea_cc_overlay_init()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstsubtitleoverlay.c | 2095 gst_pad_set_link_function (self->subtitle_sinkpad, in gst_subtitle_overlay_init()
|
D | gstdecodebin3.c | 1009 gst_pad_set_link_function (input->ghost_sink, gst_decodebin3_input_pad_link); in create_new_input()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 493 gst_pad_set_link_function (newpad, gst_ogg_mux_sinkconnect); in gst_ogg_mux_request_new_pad()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 724 gst_pad_set_link_function (overlay->text_sinkpad, in gst_base_text_overlay_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 336 gst_pad_set_link_function (render->text_sinkpad, in gst_ttml_render_init()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | ChangeLog-0.8 | 6452 (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/ |
D | ChangeLog | 107400 (gst_pad_set_internal_link_function), (gst_pad_set_link_function), 119844 Fix docs for gst_pad_set_link_function().
|