From 6b44117681d7162fa4cfc325f3eabb40b1ef02af Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 2 Feb 2003 19:34:56 +0000 Subject: [PATCH] - Add the trace name Original commit message from CVS: - Add the trace name --- gst/gstclock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstclock.h b/gst/gstclock.h index f5f9d60cc6..8672818f2e 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -54,6 +54,8 @@ G_STMT_START { \ (tv).tv_usec = ((t) / GST_USECOND) % GST_MSECOND; \ } G_STMT_END +#define GST_CLOCK_ENTRY_TRACE_NAME "GstClockEntry" + typedef struct _GstClockEntry GstClockEntry; typedef struct _GstClock GstClock; typedef struct _GstClockClass GstClockClass;