Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c170 self->video_sinkpad = in gst_shape_wipe_init()
172 gst_pad_set_chain_function (self->video_sinkpad, in gst_shape_wipe_init()
174 gst_pad_set_event_function (self->video_sinkpad, in gst_shape_wipe_init()
176 gst_pad_set_query_function (self->video_sinkpad, in gst_shape_wipe_init()
178 gst_element_add_pad (GST_ELEMENT (self), self->video_sinkpad); in gst_shape_wipe_init()
459 tcaps = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_mask_sink_getcaps()
460 tmp = gst_pad_peer_query_caps (self->video_sinkpad, NULL); in gst_shape_wipe_mask_sink_getcaps()
544 ret = gst_pad_get_current_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
548 templ = gst_pad_get_pad_template_caps (self->video_sinkpad); in gst_shape_wipe_src_getcaps()
549 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.c634 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), NULL); in _setup_passthrough()
679 (self->video_sinkpad), sink))) { in _setup_passthrough()
765 video_peer = gst_pad_get_peer (self->video_sinkpad); in _setup_parser()
842 is_video = _is_video_pad (self->video_sinkpad, &is_hw); in _link_renderer()
938 video_peer = gst_pad_get_peer (self->video_sinkpad); in _link_renderer()
1004 (self->video_sinkpad), sink))) { in _link_renderer()
1169 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), NULL); in _pad_blocked_cb()
1240 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), in _pad_blocked_cb()
1417 gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (self->video_sinkpad), NULL); in gst_subtitle_overlay_change_state()
1734 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.c217 render->video_sinkpad = in gst_dvbsub_overlay_init()
222 gst_pad_set_chain_function (render->video_sinkpad, in gst_dvbsub_overlay_init()
227 gst_pad_set_event_function (render->video_sinkpad, in gst_dvbsub_overlay_init()
234 gst_pad_set_query_function (render->video_sinkpad, in gst_dvbsub_overlay_init()
239 GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad); in gst_dvbsub_overlay_init()
242 gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad); in gst_dvbsub_overlay_init()
406 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_dvbsub_overlay_event_src()
561 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.c212 render->video_sinkpad = in gst_ass_render_init()
217 gst_pad_set_chain_function (render->video_sinkpad, in gst_ass_render_init()
222 gst_pad_set_event_function (render->video_sinkpad, in gst_ass_render_init()
231 gst_pad_set_query_function (render->video_sinkpad, in gst_ass_render_init()
234 GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad); in gst_ass_render_init()
237 gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad); in gst_ass_render_init()
458 ret = gst_pad_push_event (render->video_sinkpad, gst_event_ref (event)); in gst_ass_render_event_src()
461 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_ass_render_event_src()
612 GstPad *sinkpad = render->video_sinkpad; in gst_ass_render_get_src_caps()
793 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.c323 overlay->video_sinkpad = gst_pad_new_from_template (template, "video_sink"); in gst_base_cea_cc_overlay_init()
325 gst_pad_set_event_function (overlay->video_sinkpad, in gst_base_cea_cc_overlay_init()
327 gst_pad_set_chain_function (overlay->video_sinkpad, in gst_base_cea_cc_overlay_init()
329 gst_pad_set_query_function (overlay->video_sinkpad, in gst_base_cea_cc_overlay_init()
331 GST_PAD_SET_PROXY_ALLOCATION (overlay->video_sinkpad); in gst_base_cea_cc_overlay_init()
332 gst_element_add_pad (GST_ELEMENT (overlay), overlay->video_sinkpad); in gst_base_cea_cc_overlay_init()
395 caps = gst_pad_get_current_caps (overlay->video_sinkpad); in gst_cea_cc_overlay_negotiate()
663 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_cea_cc_overlay_src_event()
666 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_cea_cc_overlay_src_event()
817 GstPad *sinkpad = overlay->video_sinkpad; in gst_cea_cc_overlay_get_src_caps()
Dgstceaccoverlay.h79 GstPad *video_sinkpad; member
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.h65 GstPad *video_sinkpad; member
Dgstttmlrender.c310 render->video_sinkpad = gst_pad_new_from_template (template, "video_sink"); in gst_ttml_render_init()
312 gst_pad_set_event_function (render->video_sinkpad, in gst_ttml_render_init()
314 gst_pad_set_chain_function (render->video_sinkpad, in gst_ttml_render_init()
316 gst_pad_set_query_function (render->video_sinkpad, in gst_ttml_render_init()
318 GST_PAD_SET_PROXY_ALLOCATION (render->video_sinkpad); in gst_ttml_render_init()
319 gst_element_add_pad (GST_ELEMENT (render), render->video_sinkpad); in gst_ttml_render_init()
385 caps = gst_pad_get_current_caps (render->video_sinkpad); in gst_ttml_render_negotiate()
572 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_ttml_render_src_event()
575 ret = gst_pad_push_event (render->video_sinkpad, event); in gst_ttml_render_src_event()
728 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.c689 overlay->video_sinkpad = gst_pad_new_from_template (template, "video_sink"); in gst_base_text_overlay_init()
691 gst_pad_set_event_function (overlay->video_sinkpad, in gst_base_text_overlay_init()
693 gst_pad_set_chain_function (overlay->video_sinkpad, in gst_base_text_overlay_init()
695 gst_pad_set_query_function (overlay->video_sinkpad, in gst_base_text_overlay_init()
697 GST_PAD_SET_PROXY_ALLOCATION (overlay->video_sinkpad); in gst_base_text_overlay_init()
698 gst_element_add_pad (GST_ELEMENT (overlay), overlay->video_sinkpad); in gst_base_text_overlay_init()
843 caps = gst_pad_get_current_caps (overlay->video_sinkpad); in gst_base_text_overlay_negotiate()
1343 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_base_text_overlay_src_event()
1346 ret = gst_pad_push_event (overlay->video_sinkpad, event); in gst_base_text_overlay_src_event()
1495 GstPad *sinkpad = overlay->video_sinkpad; in gst_base_text_overlay_get_src_caps()