mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
dash: Fix breakage in unit test caused by gst-indent
This commit is contained in:
parent
68e4f919a0
commit
72927c9b77
1 changed files with 1 additions and 1 deletions
|
@ -5550,7 +5550,7 @@ GST_START_TEST (dash_mpdparser_xlink_period)
|
||||||
"<?xml version=\"1.0\"?>"
|
"<?xml version=\"1.0\"?>"
|
||||||
"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\""
|
"<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\""
|
||||||
" profiles=\"urn:mpeg:dash:profile:isoff-main:2011\">"
|
" profiles=\"urn:mpeg:dash:profile:isoff-main:2011\">"
|
||||||
" <Period id=\"Period0\"" "duration=\"PT5S\"></Period>";
|
" <Period id=\"Period0\" duration=\"PT5S\"></Period>";
|
||||||
|
|
||||||
const gchar *xml_uri_front = " <Period xlink:href=\"";
|
const gchar *xml_uri_front = " <Period xlink:href=\"";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue