Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c822 } else if (stream->cur_segment_base) { in gst_mpd_client_stream_update_presentation_time_offset()
823 segbase = stream->cur_segment_base; in gst_mpd_client_stream_update_presentation_time_offset()
886 if ((stream->cur_segment_base = in gst_mpd_client_setup_representation()
2300 if (stream->cur_segment_base) { in gst_mpd_client_get_next_header()
2301 if (stream->cur_segment_base->Initialization) { in gst_mpd_client_get_next_header()
2304 stream->cur_segment_base->Initialization)); in gst_mpd_client_get_next_header()
2305 if (stream->cur_segment_base->Initialization->range) { in gst_mpd_client_get_next_header()
2307 stream->cur_segment_base->Initialization->range->first_byte_pos; in gst_mpd_client_get_next_header()
2309 stream->cur_segment_base->Initialization->range->last_byte_pos; in gst_mpd_client_get_next_header()
2311 } else if (stream->cur_segment_base->indexRange) { in gst_mpd_client_get_next_header()
[all …]
Dgstmpdparser.h139 GstMPDSegmentBaseNode *cur_segment_base; /* active segment base */ member