Searched refs:xlink_href (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdsegmentlistnode.c | 36 if (self->xlink_href) in gst_mpd_segment_list_node_finalize() 37 xmlFree (self->xlink_href); in gst_mpd_segment_list_node_finalize() 55 if (self->xlink_href) in gst_mpd_segment_list_get_xml_node() 57 self->xlink_href); in gst_mpd_segment_list_get_xml_node() 80 self->xlink_href = NULL; in gst_mpd_segment_list_node_init()
|
D | gstmpdadaptationsetnode.c | 101 if (self->xlink_href) in gst_mpd_adaptation_set_node_finalize() 102 xmlFree (self->xlink_href); in gst_mpd_adaptation_set_node_finalize() 185 if (self->xlink_href) in gst_mpd_adaptation_set_get_xml_node() 187 self->xlink_href); in gst_mpd_adaptation_set_get_xml_node() 258 self->xlink_href = NULL; in gst_mpd_adaptation_set_node_init()
|
D | gstmpdperiodnode.c | 100 if (self->xlink_href) in gst_mpd_period_node_finalize() 101 xmlFree (self->xlink_href); in gst_mpd_period_node_finalize() 199 self->xlink_href = NULL; in gst_mpd_period_node_init()
|
D | gstmpdsegmentlistnode.h | 42 gchar *xlink_href; member
|
D | gstmpdperiodnode.h | 56 gchar *xlink_href; member
|
D | gstmpdadaptationsetnode.h | 74 gchar *xlink_href; member
|
D | gstmpdclient.c | 205 if (strcmp (segment_list->xlink_href, in gst_mpd_client_fetch_external_segment_list() 244 uri = gst_uri_from_string_with_base (base_uri, segment_list->xlink_href); in gst_mpd_client_fetch_external_segment_list() 259 segment_list->xlink_href, err->message); in gst_mpd_client_fetch_external_segment_list() 344 if (*SegmentList && (*SegmentList)->xlink_href) { in gst_mpd_client_get_segment_list() 558 if (period->xlink_href && period->actuate == GST_MPD_XLINK_ACTUATE_ON_LOAD) { in gst_mpd_client_fetch_on_load_external_resources() 592 if (period->SegmentList && period->SegmentList->xlink_href in gst_mpd_client_fetch_on_load_external_resources() 608 if (adapt_set->xlink_href 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() 660 && representation->SegmentList->xlink_href in gst_mpd_client_fetch_on_load_external_resources() 1139 if (strcmp (period_node->xlink_href, in gst_mpd_client_fetch_external_periods() [all …]
|
D | gstmpdparser.c | 454 "http://www.w3.org/1999/xlink", "href", &new_segment_list->xlink_href) in gst_mpdparser_parse_segment_list_node() 658 "http://www.w3.org/1999/xlink", "href", &new_adap_set->xlink_href) in gst_mpdparser_parse_adaptation_set_node() 841 "http://www.w3.org/1999/xlink", "href", &new_period->xlink_href) in gst_mpdparser_parse_period_node()
|