From: Thibault Saunier Date: Tue, 11 Feb 2020 18:57:56 +0000 (-0300) Subject: validate:scenario: Stop rounding up clocktime values X-Git-Tag: 1.19.3~491^2~217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27fc0d45a268df25ed1162c9d6ba2f91e79485a6;p=platform%2Fupstream%2Fgstreamer.git validate:scenario: Stop rounding up clocktime values This doesn't make any sense in that context --- diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index 18548bd..4802883 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -630,7 +630,6 @@ gst_validate_action_get_clocktime (GstValidateScenario * scenario, *retval = GST_CLOCK_TIME_NONE; } else { *retval = val * GST_SECOND; - *retval = GST_ROUND_UP_4 (*retval); } gst_structure_set (action->structure, name, G_TYPE_UINT64, *retval, NULL); g_free (strval);