validate:scenario: Stop rounding up clocktime values
authorThibault Saunier <tsaunier@igalia.com>
Tue, 11 Feb 2020 18:57:56 +0000 (15:57 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 11 Feb 2020 18:57:56 +0000 (15:57 -0300)
This doesn't make any sense in that context

validate/gst/validate/gst-validate-scenario.c

index 18548bd..4802883 100644 (file)
@@ -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);