Searched refs:finish_fragment (Results 1 – 5 of 5) sorted by relevance
445 GstFlowReturn (*finish_fragment) (GstAdaptiveDemux * demux, GstAdaptiveDemuxStream * stream); member
655 klass->finish_fragment = gst_adaptive_demux_stream_finish_fragment_default; in gst_adaptive_demux_class_init()3170 ret = klass->finish_fragment (demux, stream); in _src_chain()3240 ret = klass->finish_fragment (stream->demux, stream); in gst_adaptive_demux_eos_handling()
226 adaptivedemux_class->finish_fragment = gst_hls_demux_finish_fragment; in gst_hls_demux_class_init()
652 gstadaptivedemux_class->finish_fragment = in gst_dash_demux_class_init()
61904 At this moment, SIDX index is excat target position, but finish_fragment()88084 finish_fragment we need to add it.95905 and using it from the data_received and finish_fragment functions.