mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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\"?>"
|
||||
"<MPD xmlns=\"urn:mpeg:dash:schema:mpd: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=\"";
|
||||
|
||||
|
|
Loading…
Reference in a new issue