Home
last modified time | relevance | path

Searched refs:baseURL (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdbaseurlnode.c43 g_free (self->baseURL); in gst_mpd_baseurl_node_set_property()
44 self->baseURL = g_value_dup_string (value); in gst_mpd_baseurl_node_set_property()
67 g_value_set_string (value, self->baseURL); in gst_mpd_baseurl_node_get_property()
86 g_free (self->baseURL); in gst_mpd_baseurl_node_finalize()
111 if (self->baseURL) in gst_mpd_baseurl_get_xml_node()
112 gst_xml_helper_set_content (baseurl_xml_node, self->baseURL); in gst_mpd_baseurl_get_xml_node()
150 self->baseURL = NULL; in gst_mpd_baseurl_node_init()
Dgstmpdhelper.c161 GstMPDBaseURLNode *baseURL; in gst_mpd_helper_combine_urls() local
165 baseURL = g_list_nth_data (list, idx); in gst_mpd_helper_combine_urls()
166 if (!baseURL) { in gst_mpd_helper_combine_urls()
167 baseURL = list->data; in gst_mpd_helper_combine_urls()
170 ret = gst_uri_from_string_with_base (base, baseURL->baseURL); in gst_mpd_helper_combine_urls()
Dgstmpdbaseurlnode.h35 gchar *baseURL; member
Dgstmpdparser.h132 gchar *baseURL; /* active baseURL used for last request */ member
Dgstmpdparser.c112 gst_xml_helper_get_node_content (a_node, &new_base_url->baseURL); in gst_mpdparser_parse_baseURL_node()
1359 g_free (active_stream->baseURL); in gst_mpdparser_free_active_stream()
1360 active_stream->baseURL = NULL; in gst_mpdparser_free_active_stream()
1379 baseURL; in gst_mpdparser_get_initializationURL()
1393 url_prefix = segmentURL->media ? segmentURL->media : stream->baseURL; in gst_mpdparser_get_mediaURL()
Dgstmpdclient.c704 return stream->baseURL; in gst_mpd_client_get_baseURL()
1108 g_free (stream->baseURL); in gst_mpd_client_setup_representation()
1110 stream->baseURL = in gst_mpd_client_setup_representation()
2101 base_url = gst_uri_from_string (stream->baseURL); in gst_mpd_client_get_next_fragment()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c245 GstMPDBaseURLNode *baseURL; in GST_START_TEST() local
259 baseURL = (GstMPDBaseURLNode *) mpdclient->mpd_root_node->BaseURLs->data; in GST_START_TEST()
260 assert_equals_string (baseURL->baseURL, "TestBaseURL"); in GST_START_TEST()
261 assert_equals_string (baseURL->serviceLocation, "TestServiceLocation"); in GST_START_TEST()
262 assert_equals_string (baseURL->byteRange, "TestByteRange"); in GST_START_TEST()
429 GstMPDBaseURLNode *baseURL; in GST_START_TEST() local
446 baseURL = (GstMPDBaseURLNode *) periodNode->BaseURLs->data; in GST_START_TEST()
447 assert_equals_string (baseURL->baseURL, "TestBaseURL"); in GST_START_TEST()
448 assert_equals_string (baseURL->serviceLocation, "TestServiceLocation"); in GST_START_TEST()
449 assert_equals_string (baseURL->byteRange, "TestByteRange"); in GST_START_TEST()
[all …]
/third_party/node/test/fixtures/es-module-loaders/
Dexample-loader.mjs8 const baseURL = new URL('file://'); constant
9 baseURL.pathname = process.cwd() + '/';
11 export function resolve(specifier, { parentURL = baseURL }, defaultResolve) {
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBJavaImporter.java50 URL baseURL = baseFile.toURL(); in beginImport() local
52 urls[0] = baseURL; in beginImport()
/third_party/node/lib/internal/source_map/
Dsource_map_cache.js178 function sourcesToAbsolute(baseURL, data) { argument
181 return new URL(source, baseURL).href;
/third_party/skia/site/
Dconfig.toml1 baseURL = "/"
/third_party/node/doc/api/
Desm.md940 const baseURL = pathToFileURL(`${process.cwd()}/`).href;
946 const { parentURL = baseURL } = context;
/third_party/ffmpeg/doc/
Dmuxers.texi264 DASH-templated name to be used for baseURL. Implies @var{single_file} set to "1". In the template, …
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log9123 …ools-frontend/front_end/sdk/DOMModel.js(852,31): error TS2339: Property 'baseURL' does not exist o…
9124 …ools-frontend/front_end/sdk/DOMModel.js(853,65): error TS2339: Property 'baseURL' does not exist o…
/third_party/gstreamer/gstplugins_bad/
DChangeLog30708 - baseURL
89544 tests: dash_mpd: add one more baseURL test
89545 This other type of baseURL test was replaced by a more complex one,
89547 Also adds another 2 variations of how baseURL can be generated
89559 dashdemux: tests: update unit test for baseURL
89560 Update the unit test for baseURL to test that it is properly
89561 resolved taking into account parent baseURL elements.
92811 - baseURL
135008 …mpdparser: added support for single-segment streams with the URL encoded in the baseURL syntax ele…
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch73797 + "Check the baseURL of an about:blank document same-origin with its parent",
73801 + "Check the baseURL of an about:blank document cross-origin with its parent",
73805 + "Check the baseURL of an about:blank document cross-site with its parent",
73816 +FAIL Check the baseURL of an about:blank document same-origin with its parent assert_equals: expec…
73817 +FAIL Check the baseURL of an about:blank document cross-origin with its parent assert_equals: expe…
73818 +FAIL Check the baseURL of an about:blank document cross-site with its parent assert_equals: expect…