From be19f39e5cda621b408a31ff4ef4956ce4f2684d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 24 Sep 2005 11:41:01 +0000 Subject: [PATCH] gst/gstclock.h: Well, that's embarassing. Luckily we weren't using Original commit message from CVS: * gst/gstclock.h: Well, that's embarassing. Luckily we weren't using GST_CLOCK_DIFF anywhere. --- ChangeLog | 6 ++++++ common | 2 +- gst/gstclock.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d59a62..642ce89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-24 Thomas Vander Stichele + + * gst/gstclock.h: + Well, that's embarassing. Luckily we weren't using + GST_CLOCK_DIFF anywhere. + 2005-09-23 Thomas Vander Stichele * common/gtk-doc.mak: diff --git a/common b/common index c7160d5..7caeee4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c7160d5b7c76f00609cf7b6e9b782e99f626686c +Subproject commit 7caeee4b949b4388927fec7fcf25f767429bde30 diff --git a/gst/gstclock.h b/gst/gstclock.h index f943eb7..cf5848d 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -104,7 +104,7 @@ typedef gpointer GstClockID; * * Calculate a difference between two clock times as a #GstClockTimeDiff. */ -#define GST_CLOCK_DIFF(s, e) (GstClockTimeDiff)((s) - (e)) +#define GST_CLOCK_DIFF(s, e) (GstClockTimeDiff)((e) - (s)) /** * GST_TIMEVAL_TO_TIME: -- 2.7.4