Home
last modified time | relevance | path

Searched refs:gst_pad_set_unlink_function (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c864 gst_pad_set_unlink_function (sinkpad, pad_unlinked1); in GST_START_TEST()
867 gst_pad_set_unlink_function (srcpad, pad_unlinked2); in GST_START_TEST()
938 gst_pad_set_unlink_function (srcpad, pad_unlinked1); in GST_START_TEST()
941 gst_pad_set_unlink_function (sinkpad, pad_unlinked2); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dsrcpad54 gst_pad_set_unlink_function (replace->srcpad,
Dsinkpad56 gst_pad_set_unlink_function (replace->sinkpad,
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1437 #define gst_pad_set_unlink_function(p,f) gst_pad_set_unlink_function_full((p),(f),NULL,NULL) macro
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c351 gst_pad_set_unlink_function (overlay->cc_sinkpad, in gst_base_cea_cc_overlay_init()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c2097 gst_pad_set_unlink_function (self->subtitle_sinkpad, in gst_subtitle_overlay_init()
Dgstdecodebin3.c1010 gst_pad_set_unlink_function (input->ghost_sink, in create_new_input()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c726 gst_pad_set_unlink_function (overlay->text_sinkpad, in gst_base_text_overlay_init()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c338 gst_pad_set_unlink_function (render->text_sinkpad, in gst_ttml_render_init()
/third_party/gstreamer/gstreamer/
DChangeLog107401 (gst_pad_set_unlink_function), (gst_pad_set_getcaps_function),