mpdparser: properly read signed r values for S elements
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 8 Sep 2015 14:14:13 +0000 (15:14 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Wed, 16 Sep 2015 08:44:19 +0000 (09:44 +0100)
commit69bfa8222f59096f9ab39cc85274c9b0573cb61d
treee3f72d8b967664488fb12733b4af444f2bac78a8
parent23ea8ccb43b0cca96275545ad5cfc22305d1705d
mpdparser: properly read signed r values for S elements

The spec defines these as signed in 5.3.9.6.1.
Since we don't support this behavior, warn and default to 0
(non repeating), which is the spec's default when the value
is not present.

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