Home
last modified time | relevance | path

Searched refs:GST_PCAP_PARSE (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c195 GstPcapParse *self = GST_PCAP_PARSE (object); in gst_pcap_parse_finalize()
232 GstPcapParse *self = GST_PCAP_PARSE (object); in gst_pcap_parse_get_property()
269 GstPcapParse *self = GST_PCAP_PARSE (object); in gst_pcap_parse_set_property()
499 GstPcapParse *self = GST_PCAP_PARSE (parent); in gst_pcap_parse_chain()
688 GstPcapParse *self = GST_PCAP_PARSE (parent); in gst_pcap_sink_event()
710 GstPcapParse *self = GST_PCAP_PARSE (element); in gst_pcap_parse_change_state()
Dgstpcapparse.h30 #define GST_PCAP_PARSE(obj) \ macro