gst/gstclock.h: Fix GST_CLOCK_TIME_IS_VALID signedness issues - we need to cast the...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 10 Mar 2006 23:44:00 +0000 (23:44 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 10 Mar 2006 23:44:00 +0000 (23:44 +0000)
commit61ce17d6f324325e6aaa8db36b0216798646edd8
tree109a69e519ebd696fddd85cac54c496fe9bf752a
parent485f6d33cd15579107f45cc2d553998d75eed67a
gst/gstclock.h: Fix GST_CLOCK_TIME_IS_VALID signedness issues - we need to cast the input to GstClockTime before comp...

Original commit message from CVS:
* gst/gstclock.h:
Fix GST_CLOCK_TIME_IS_VALID signedness issues - we need
to cast the input to GstClockTime before comparing with
another GstClockTime value.
ChangeLog
gst/gstclock.h