tests: dashdemux: corrected return type for duration_to_ms function
authorFlorin Apostol <florin.apostol@oregan.net>
Mon, 15 Jun 2015 15:59:33 +0000 (16:59 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 24 Jun 2015 10:22:33 +0000 (12:22 +0200)
commitd02f9d30af0191835f24a514360bd9045f7feeb8
tree3cf32320aa2e1a6e8d47eef763298909747a9b07
parent4b40c41035bcbfc64b6df861fc414ae488eabe84
tests: dashdemux: corrected return type for duration_to_ms function

The duration_to_ms function converts a time specified by year, month, day,
hour, minute, second, millisecond to a millisecond value. Because all the
arguments are positive numbers, the result must also be positive.

This patch changes the returned value from a gint64 to a guint64 type.
tests/check/elements/dash_mpd.c