• Home
  • Raw
  • Download

Lines Matching refs:adapt_set

44     client, GstMPDPeriodNode * period, GstMPDAdaptationSetNode * adapt_set);
605 GstMPDAdaptationSetNode *adapt_set = m->data; in gst_mpd_client_fetch_on_load_external_resources() local
608 if (adapt_set->xlink_href in gst_mpd_client_fetch_on_load_external_resources()
609 && adapt_set->actuate == GST_MPD_XLINK_ACTUATE_ON_LOAD) { in gst_mpd_client_fetch_on_load_external_resources()
614 adapt_set); in gst_mpd_client_fetch_on_load_external_resources()
618 gst_mpd_adaptation_set_node_free (adapt_set); in gst_mpd_client_fetch_on_load_external_resources()
619 adapt_set = NULL; in gst_mpd_client_fetch_on_load_external_resources()
644 if (adapt_set->SegmentList && adapt_set->SegmentList->xlink_href in gst_mpd_client_fetch_on_load_external_resources()
645 && adapt_set->SegmentList->actuate == GST_MPD_XLINK_ACTUATE_ON_LOAD) { in gst_mpd_client_fetch_on_load_external_resources()
650 adapt_set, NULL, period->SegmentList, adapt_set->SegmentList); in gst_mpd_client_fetch_on_load_external_resources()
652 gst_mpd_segment_list_node_free (adapt_set->SegmentList); in gst_mpd_client_fetch_on_load_external_resources()
653 adapt_set->SegmentList = new_segment_list; in gst_mpd_client_fetch_on_load_external_resources()
656 for (n = adapt_set->Representations; n; n = n->next) { in gst_mpd_client_fetch_on_load_external_resources()
668 adapt_set, representation, adapt_set->SegmentList, in gst_mpd_client_fetch_on_load_external_resources()
1456 GstMPDPeriodNode * period, GstMPDAdaptationSetNode * adapt_set) in gst_mpd_client_fetch_external_adaptation_set() argument
1470 if (strcmp (adapt_set->xlink_href, "urn:mpeg:dash:resolve-to-zero:2013") == 0) { in gst_mpd_client_fetch_external_adaptation_set()
1494 uri = gst_uri_from_string_with_base (base_uri, adapt_set->xlink_href); in gst_mpd_client_fetch_external_adaptation_set()
1509 adapt_set->xlink_href, err->message); in gst_mpd_client_fetch_external_adaptation_set()
1543 GstMPDAdaptationSetNode *adapt_set = (GstMPDAdaptationSetNode *) list->data; in gst_mpd_client_get_adaptation_sets_for_period() local
1546 if (!adapt_set->xlink_href) { in gst_mpd_client_get_adaptation_sets_for_period()
1553 adapt_set); in gst_mpd_client_get_adaptation_sets_for_period()
1558 gst_mpd_adaptation_set_node_free (adapt_set); in gst_mpd_client_get_adaptation_sets_for_period()
1559 adapt_set = NULL; in gst_mpd_client_get_adaptation_sets_for_period()
1600 GstMPDAdaptationSetNode * adapt_set) in gst_mpd_client_setup_streaming() argument
1606 rep_list = adapt_set->Representations; in gst_mpd_client_setup_streaming()
1616 stream->cur_adapt_set = adapt_set; in gst_mpd_client_setup_streaming()
1642 gst_mpdparser_representation_get_mimetype (adapt_set, representation); in gst_mpd_client_setup_streaming()
2871 GstMPDAdaptationSetNode *adapt_set; in gst_mpd_client_get_list_and_nb_of_audio_language() local
2884 adapt_set = (GstMPDAdaptationSetNode *) list->data; in gst_mpd_client_get_list_and_nb_of_audio_language()
2885 if (adapt_set && adapt_set->lang) { in gst_mpd_client_get_list_and_nb_of_audio_language()
2886 gchar *this_lang = adapt_set->lang; in gst_mpd_client_get_list_and_nb_of_audio_language()
2889 gst_mpd_client_get_lowest_representation (adapt_set->Representations); in gst_mpd_client_get_list_and_nb_of_audio_language()
2893 if (!mimeType && GST_MPD_REPRESENTATION_BASE_NODE (adapt_set)) { in gst_mpd_client_get_list_and_nb_of_audio_language()
2894 mimeType = GST_MPD_REPRESENTATION_BASE_NODE (adapt_set)->mimeType; in gst_mpd_client_get_list_and_nb_of_audio_language()