GNOME Bugzilla – Bug 752620
dashdemux: segment start time and duration could overflow
Last modified: 2015-08-16 13:37:31 UTC
Computation of segment start time and duration could overflow. gst_util_uint64_scale function should be used to avoid this.
Created attachment 307741 [details] [review] proposed patch
commit 90b7c137b6d192fff3b357714844ee7a02467e11 Author: Florin Apostol <florin.apostol@oregan.net> Date: Mon Jul 20 10:50:44 2015 +0100 dahdemux: avoid overflows in computation of segment start time and duration Used gst_util_uint64_scale to avoid overflows when segment start time or duration is computed. https://bugzilla.gnome.org/show_bug.cgi?id=752620