validate:scenario: Stop rounding up clocktime values

This doesn't make any sense in that context
This commit is contained in:
Thibault Saunier 2020-02-11 15:57:56 -03:00
parent d3c6611b76
commit 27fc0d45a2

View 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);