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>
Tue, 20 Oct 2015 07:17:48 +0000 (10:17 +0300)
commit040291ff5a820286e2dbaff25530970ba866c347
tree0aad5692616a34c6a81ff4907ed8781a4b426549
parentf38ec27cdfc4c2689b07e74a3b1bcbc8173d335f
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