mpdparser: make durations unsigned where appropriate
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 29 Oct 2015 11:38:35 +0000 (11:38 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 30 Oct 2015 16:29:46 +0000 (16:29 +0000)
commite48e68416cd2698ed821748ac89e198b61c95391
tree18ccf6faa708b707f6ed6f623319a98f552f3082
parentd6e805a283b36c38f9718a0ebd5089d335749888
mpdparser: make durations unsigned where appropriate

The standard does not seem to make any particular explicit not
implicit reference to the signedness of durations, and the code
does not rely on such, nor on the negativity of the -1 value
that's used as a placeholder when a duration property is not
present in the XML.

https://bugzilla.gnome.org/show_bug.cgi?id=750847
ext/dash/gstmpdparser.c
ext/dash/gstmpdparser.h
tests/check/elements/dash_mpd.c