Home
last modified time | relevance | path

Searched refs:video_sinkpad (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c173 self->video_sinkpad = in gst_shape_wipe_init()
175 gst_pad_set_chain_function (self->video_sinkpad, in gst_shape_wipe_init()
177 gst_pad_set_event_function (self->video_sinkpad, in gst_shape_wipe_init()
179 gst_pad_set_query_function (self->video_sinkpad, in gst_shape_wipe_init()
181 gst_element_add_pad (GST_ELEMENT (self), self->video_sinkpad); in gst_shape_wipe_init()
462 tcaps = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_mask_sink_getcaps()
463 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_mask_sink_getcaps()
547 ret = gst_pad_get_current_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
551 templ = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
552 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_src_getcaps()
[all …]
Dgstshapewipe.h48 GstPad *video_sinkpad; member
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c642 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), NULL); in _setup_passthrough()
687 (self->video_sinkpad), sink))) { in _setup_passthrough()
773 video_peer = gst_pad_get_peer (self->video_sinkpad); in _setup_parser()
850 is_video = _is_video_pad (self->video_sinkpad, &is_hw); in _link_renderer()
946 video_peer = gst_pad_get_peer (self->video_sinkpad); in _link_renderer()
1012 (self->video_sinkpad), sink))) { in _link_renderer()
1177 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), NULL); in _pad_blocked_cb()
1248 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), in _pad_blocked_cb()
1425 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), NULL); in gst_subtitle_overlay_change_state()
1742 target = gst_ghost_pad_get_target (GST_GHOST_PAD_CAST (self->video_sinkpad)); in gst_subtitle_overlay_video_sink_setcaps()
[all …]
Dgstsubtitleoverlay.h74 GstPad *video_sinkpad; member
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c222 render->video_sinkpad = in gst_dvbsub_overlay_init()
227 gst_pad_set_chain_function (render->video_sinkpad, in gst_dvbsub_overlay_init()
232 gst_pad_set_event_function (render->video_sinkpad, in gst_dvbsub_overlay_init()
239 gst_pad_set_query_function (render->video_sinkpad, in gst_dvbsub_overlay_init()
244 GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad); in gst_dvbsub_overlay_init()
247 gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad); in gst_dvbsub_overlay_init()
411 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_dvbsub_overlay_event_src()
566 GstPad *sinkpad = render->video_sinkpad; in gst_dvbsub_overlay_get_src_caps()
Dgstdvbsuboverlay.h44 GstPad *video_sinkpad, *text_sinkpad, *srcpad; member
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c219 render->video_sinkpad = in gst_ass_render_init()
224 gst_pad_set_chain_function (render->video_sinkpad, in gst_ass_render_init()
229 gst_pad_set_event_function (render->video_sinkpad, in gst_ass_render_init()
238 gst_pad_set_query_function (render->video_sinkpad, in gst_ass_render_init()
241 GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad); in gst_ass_render_init()
244 gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad); in gst_ass_render_init()
465 ret = gst_pad_push_event (render->video_sinkpad, gst_event_ref (event)); in gst_ass_render_event_src()
468 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_ass_render_event_src()
619 GstPad *sinkpad = render->video_sinkpad; in gst_ass_render_get_src_caps()
800 caps = gst_pad_get_current_caps (render->video_sinkpad); in gst_ass_render_negotiate()
Dgstassrender.h54 GstPad *video_sinkpad, *text_sinkpad, *srcpad; member
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstceaccoverlay.c328 overlay->video_sinkpad = gst_pad_new_from_template (template, "video_sink"); in gst_base_cea_cc_overlay_init()
330 gst_pad_set_event_function (overlay->video_sinkpad, in gst_base_cea_cc_overlay_init()
332 gst_pad_set_chain_function (overlay->video_sinkpad, in gst_base_cea_cc_overlay_init()
334 gst_pad_set_query_function (overlay->video_sinkpad, in gst_base_cea_cc_overlay_init()
336 GST_PAD_SET_PROXY_ALLOCATION (overlay->video_sinkpad); in gst_base_cea_cc_overlay_init()
337 gst_element_add_pad (GST_ELEMENT (overlay), overlay->video_sinkpad); in gst_base_cea_cc_overlay_init()
400 caps = gst_pad_get_current_caps (overlay->video_sinkpad); in gst_cea_cc_overlay_negotiate()
668 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_cea_cc_overlay_src_event()
671 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_cea_cc_overlay_src_event()
822 GstPad *sinkpad = overlay->video_sinkpad; in gst_cea_cc_overlay_get_src_caps()
Dgstcccombiner.c1260 GstPad *video_sinkpad = in gst_cc_combiner_src_query() local
1270 ret = gst_pad_peer_query (video_sinkpad, query); in gst_cc_combiner_src_query()
1288 gst_object_unref (video_sinkpad); in gst_cc_combiner_src_query()
1297 GstPad *video_sinkpad = in gst_cc_combiner_sink_query() local
1308 if (GST_PAD_CAST (aggpad) == video_sinkpad) { in gst_cc_combiner_sink_query()
1317 if (GST_PAD_CAST (aggpad) == video_sinkpad) { in gst_cc_combiner_sink_query()
1338 if (GST_PAD_CAST (aggpad) == video_sinkpad) { in gst_cc_combiner_sink_query()
1357 gst_object_unref (video_sinkpad); in gst_cc_combiner_sink_query()
Dgstceaccoverlay.h79 GstPad *video_sinkpad; member
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.h65 GstPad *video_sinkpad; member
Dgstttmlrender.c314 render->video_sinkpad = gst_pad_new_from_template (template, "video_sink"); in gst_ttml_render_init()
316 gst_pad_set_event_function (render->video_sinkpad, in gst_ttml_render_init()
318 gst_pad_set_chain_function (render->video_sinkpad, in gst_ttml_render_init()
320 gst_pad_set_query_function (render->video_sinkpad, in gst_ttml_render_init()
322 GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad); in gst_ttml_render_init()
323 gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad); in gst_ttml_render_init()
389 caps = gst_pad_get_current_caps (render->video_sinkpad); in gst_ttml_render_negotiate()
576 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_ttml_render_src_event()
579 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_ttml_render_src_event()
732 GstPad *sinkpad = render->video_sinkpad; in gst_ttml_render_get_src_caps()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.h143 GstPad *video_sinkpad; member
Dgstbasetextoverlay.c702 overlay->video_sinkpad = gst_pad_new_from_template (template, "video_sink"); in gst_base_text_overlay_init()
704 gst_pad_set_event_function (overlay->video_sinkpad, in gst_base_text_overlay_init()
706 gst_pad_set_chain_function (overlay->video_sinkpad, in gst_base_text_overlay_init()
708 gst_pad_set_query_function (overlay->video_sinkpad, in gst_base_text_overlay_init()
710 GST_PAD_SET_PROXY_ALLOCATION (overlay->video_sinkpad); in gst_base_text_overlay_init()
711 gst_element_add_pad (GST_ELEMENT (overlay), overlay->video_sinkpad); in gst_base_text_overlay_init()
856 caps = gst_pad_get_current_caps (overlay->video_sinkpad); in gst_base_text_overlay_negotiate()
1356 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_base_text_overlay_src_event()
1359 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_base_text_overlay_src_event()
1508 GstPad *sinkpad = overlay->video_sinkpad; in gst_base_text_overlay_get_src_caps()