GNOME Bugzilla – Bug 752326
dashdemux: parser should reject MPD files with negative mediaPresentationDuration
Last modified: 2015-10-29 10:59:29 UTC
If a negative period is provided for mediaPresentationDuration, the parser will accept that and interpret it as an unsigned value. It should reject negative values for mediaPresentationDuration
Created attachment 307344 [details] [review] proposed patch attached unit test and proposed fix
Created attachment 307348 [details] [review] proposed patch updated patch: changed the unit test function name
Created attachment 307349 [details] [review] proposed patch changed (again) the unit test function name
commit cdfec060921fd2343516467b2430c5e8ca01d120 Author: Florin Apostol <florin.apostol@oregan.net> Date: Wed Oct 28 16:31:39 2015 +0000 dashdemux: parser rejects negative values for mediaPresentationDuration https://bugzilla.gnome.org/show_bug.cgi?id=752326