[Bug 752492] dashdemux: suggestedPresentationDelay should be positive

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 8 06:23:47 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752492

--- Comment #3 from Florin Apostol <florin.apostol at oregan.net> ---
Review of attachment 310898:
 --> (https://bugzilla.gnome.org/review?bug=752492&attachment=310898)

::: ext/dash/gstmpdparser.c
@@ +947,3 @@
         sign * ((((((gint64) years * 365 + months * 30 + days) * 24 +
                     hours) * 60 + minutes) * 60 + seconds) * 1000 + decimals);
+    if (!allow_negative) {

Why do you need this? it should be removed. It will always issue warnings
(including for for positive duration) if allow_negative = FALSE

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list