dash: Fix breakage in unit test caused by gst-indent

This commit is contained in:
Sebastian Dröge 2016-11-14 17:00:21 +02:00
parent 68e4f919a0
commit 72927c9b77

View file

@ -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=\"";