Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c741 GST_DEBUG ("Current adaptation set id %i (%s)", stream->cur_adapt_set->id, in gst_mpd_client_parse_baseURL()
742 stream->cur_adapt_set->contentType); in gst_mpd_client_parse_baseURL()
745 gst_mpd_helper_combine_urls (abs_url, stream->cur_adapt_set->BaseURLs, in gst_mpd_client_parse_baseURL()
849 if (stream->cur_adapt_set == NULL) { in gst_mpd_client_setup_representation()
854 rep_list = stream->cur_adapt_set->Representations; in gst_mpd_client_setup_representation()
888 stream->cur_adapt_set, representation)) == NULL) { in gst_mpd_client_setup_representation()
895 stream->cur_adapt_set, representation)) == NULL) { in gst_mpd_client_setup_representation()
994 } else if (stream->cur_adapt_set->SegmentTemplate != NULL) { in gst_mpd_client_setup_representation()
995 stream->cur_seg_template = stream->cur_adapt_set->SegmentTemplate; in gst_mpd_client_setup_representation()
1616 stream->cur_adapt_set = adapt_set; in gst_mpd_client_setup_streaming()
[all …]
Dgstmpdparser.h136 GstMPDAdaptationSetNode *cur_adapt_set; /* active adaptation set */ member
Dgstdashdemux.c819 if (active_stream->cur_adapt_set) { in gst_dash_demux_setup_all_streams()
820 GstMPDAdaptationSetNode *adp_set = active_stream->cur_adapt_set; in gst_dash_demux_setup_all_streams()
867 if (active_stream->cur_adapt_set && in gst_dash_demux_setup_all_streams()
869 cur_adapt_set)->ContentProtection) { in gst_dash_demux_setup_all_streams()
872 (active_stream->cur_adapt_set)->ContentProtection, in gst_dash_demux_setup_all_streams()
2194 if (active_stream->cur_adapt_set) in gst_dash_demux_stream_select_bitrate()
2195 rep_list = active_stream->cur_adapt_set->Representations; in gst_dash_demux_stream_select_bitrate()