mikey: Fix Wall to NTP conversion
authorEdward Hervey <bilboed@bilboed.com>
Thu, 12 Jun 2014 09:55:59 +0000 (11:55 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 12 Jun 2014 09:55:59 +0000 (11:55 +0200)
commit072fa3543eae53b889c35fd32e00c7b5c1c58df6
treeb500ecc493f23dd3cc46cd7ea62f2ac247abbece
parentc1b42827c19bc189653845dd2740a1bcc55efc21
mikey: Fix Wall to NTP conversion

We are scaling from a unit in microseconds to a unit in ((1 << 32) per seconds).

We therefore scale the microseconds values by:

         value of a second in the target unit (1 << 32)
  --------------------------------------------------------------
  value of a second in the origin format (1 000 000 microsecond)
gst-libs/gst/sdp/gstmikey.c