Home
last modified time | relevance | path

Searched refs:tagpad (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateutil.c283 GstPad * tagpad, GstCaps ** src_caps, const kate_event ** ev) in gst_kate_util_decoder_base_chain_kate_packet() argument
304 GST_DEBUG_PAD_NAME (tagpad)); in gst_kate_util_decoder_base_chain_kate_packet()
305 gst_pad_push_event (tagpad, in gst_kate_util_decoder_base_chain_kate_packet()
409 gst_pad_push_event (tagpad, in gst_kate_util_decoder_base_chain_kate_packet()
448 gst_pad_push_event (tagpad, in gst_kate_util_decoder_base_chain_kate_packet()
Dgstkatetiger.c647 GstPad *tagpad = gst_pad_get_peer (pad); in gst_kate_tiger_kate_chain() local
660 GST_ELEMENT_CAST (tiger), pad, hbuf, tiger->srcpad, tagpad, in gst_kate_tiger_kate_chain()
667 gst_object_unref (tagpad); in gst_kate_tiger_kate_chain()
679 GstPad *tagpad = gst_pad_get_peer (pad); in gst_kate_tiger_kate_chain() local
682 GST_ELEMENT_CAST (tiger), pad, buf, tiger->srcpad, tagpad, NULL, &ev); in gst_kate_tiger_kate_chain()
695 gst_object_unref (tagpad); in gst_kate_tiger_kate_chain()
Dgstkateutil.h91 GstPad * tagpad, GstCaps **src_caps, const kate_event ** ev);