gst: Use GstClockTimeDiff instead of GstClockTime as type for GST_SECOND and friends
authorSebastian Dröge <sebastian@centricular.com>
Wed, 5 Apr 2017 13:32:38 +0000 (16:32 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 5 Apr 2017 13:32:38 +0000 (16:32 +0300)
commitc173771ed2f8e1bfa309e7deca11ba1dbb60c810
tree64f644e45ac7ba160e8b59fe949194e6e71988a3
parentddd00c0d2f376b882957859308fcc598967828cf
gst: Use GstClockTimeDiff instead of GstClockTime as type for GST_SECOND and friends

They were (signed!) gint64 before because of G_GINT64_CONSTANT() already
and they are actually used in signed calculations.

With this change we at least ensure that an integer type of the correct
size is used for GI (it was using gint before).
gst/gstclock.h