summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-14 17:00:21 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-14 17:00:21 +0200
commit72927c9b77db36266bce90c999796653d85c9efd (patch)
tree3ff04b08829248263c4533c0986073b9566bc4de /tests
parent68e4f919a004937f1a35be35a447d4de55f612b9 (diff)
downloadgstreamer-plugins-bad-72927c9b77db36266bce90c999796653d85c9efd.tar.gz
dash: Fix breakage in unit test caused by gst-indent
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/dash_mpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/dash_mpd.c b/tests/check/elements/dash_mpd.c
index 946921217..f2f0cb4c4 100644
--- a/tests/check/elements/dash_mpd.c
+++ b/tests/check/elements/dash_mpd.c
@@ -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=\"";