Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.c120 gst_irtsp_parse_reset (GstIRTSPParse * IRTSPParse) in gst_irtsp_parse_reset() argument
122 IRTSPParse->state = IRTSP_SEARCH_FRAME; in gst_irtsp_parse_reset()
123 IRTSPParse->current_offset = 0; in gst_irtsp_parse_reset()
124 IRTSPParse->discont = FALSE; in gst_irtsp_parse_reset()
128 gst_irtsp_parse_init (GstIRTSPParse * IRTSPParse) in gst_irtsp_parse_init() argument
130 gst_base_parse_set_min_frame_size (GST_BASE_PARSE (IRTSPParse), 1); in gst_irtsp_parse_init()
131 gst_irtsp_parse_reset (IRTSPParse); in gst_irtsp_parse_init()
143 GstIRTSPParse *IRTSPParse = GST_IRTSP_PARSE (parse); in gst_irtsp_parse_start() local
147 gst_irtsp_parse_reset (IRTSPParse); in gst_irtsp_parse_start()
176 GstIRTSPParse *IRTSPParse = GST_IRTSP_PARSE (parse); in gst_irtsp_parse_handle_frame() local
[all …]