Skip to content

check: Fix test dash_mpdparser_xlink_period

Doug Nazar requested to merge dougnazar/gst-plugins-bad:fix_dash_mpd into master

Test used http://404/ERROR/XML.period as an invalid url. Curl now interprets that as an 32bit int and tries an actual connect which timesout. Use .invalid as an IANA reserved domain for invalid DNS.

curl -v http://404/ERROR/XML.period

  • Trying 0.0.1.148:80...

Merge request reports