mpdparser: Set default last_byte_pos to -1
authorSebastian Dröge <sebastian@centricular.com>
Wed, 14 Oct 2015 07:31:23 +0000 (10:31 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 14 Oct 2015 13:57:56 +0000 (16:57 +0300)
commit1f7156d478b4cb6f67c029c76da66ad4c7323f19
treee24ca64b6064e1e7e689a25550783b47daa1de71
parente523bd2a33ae78bda8fee4b3f2ca3b78a80c5054
mpdparser: Set default last_byte_pos to -1

The value is optional in the range, and if it is absent it means we should
download until the end of stream. Not until position 0.

https://bugzilla.gnome.org/show_bug.cgi?id=748316
ext/dash/gstmpdparser.c