Searched refs:videosinkpad (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstdvdspu.c | 153 dvdspu->videosinkpad = in gst_dvd_spu_init() 155 gst_pad_set_chain_function (dvdspu->videosinkpad, gst_dvd_spu_video_chain); in gst_dvd_spu_init() 156 gst_pad_set_event_function (dvdspu->videosinkpad, gst_dvd_spu_video_event); in gst_dvd_spu_init() 157 gst_pad_set_query_function (dvdspu->videosinkpad, gst_dvd_spu_video_query); in gst_dvd_spu_init() 168 GST_PAD_SET_PROXY_ALLOCATION (dvdspu->videosinkpad); in gst_dvd_spu_init() 170 gst_element_add_pad (GST_ELEMENT (dvdspu), dvdspu->videosinkpad); in gst_dvd_spu_init() 286 peer = gst_pad_get_peer (dvdspu->videosinkpad); in gst_dvd_spu_src_event() 357 otherpad = (pad == dvdspu->srcpad) ? dvdspu->videosinkpad : dvdspu->srcpad; in gst_dvd_spu_video_proxy_getcaps() 1103 GST_PAD_STREAM_LOCK (dvdspu->videosinkpad); in gst_dvd_spu_subpic_event() 1105 GST_OBJECT_LOCK (dvdspu->videosinkpad); in gst_dvd_spu_subpic_event() [all …]
|
D | gstdvdspu.h | 94 GstPad *videosinkpad; member
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatetiger.c | 358 tiger->videosinkpad = in gst_kate_tiger_init() 360 gst_pad_set_chain_function (tiger->videosinkpad, in gst_kate_tiger_init() 362 gst_pad_use_fixed_caps (tiger->videosinkpad); in gst_kate_tiger_init() 363 gst_pad_set_setcaps_function (tiger->videosinkpad, in gst_kate_tiger_init() 365 gst_pad_set_event_function (tiger->videosinkpad, in gst_kate_tiger_init() 367 gst_element_add_pad (GST_ELEMENT (tiger), tiger->videosinkpad); in gst_kate_tiger_init() 1021 if (gst_pad_push_event (tiger->videosinkpad, event)) { in gst_kate_tiger_seek()
|
D | gstkatetiger.h | 76 GstPad *videosinkpad; member
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaysink.c | 158 GstPad *videosinkpad; member 2483 GstPad *videosinkpad, *textsinkpad, *srcpad; in gen_text_chain() local 2494 videosinkpad = textsinkpad = srcpad = NULL; in gen_text_chain() 2574 videosinkpad = gst_element_get_static_pad (chain->queue, "sink"); in gen_text_chain() 2623 gst_object_unref (videosinkpad); in gen_text_chain() 2624 videosinkpad = NULL; in gen_text_chain() 2631 if (videosinkpad == NULL) { in gen_text_chain() 2646 videosinkpad = gst_element_get_static_pad (chain->identity, "sink"); in gen_text_chain() 2651 if (videosinkpad) { in gen_text_chain() 2652 chain->videosinkpad = gst_ghost_pad_new ("sink", videosinkpad); in gen_text_chain() [all …]
|