- Add the trace name

Original commit message from CVS:
- Add the trace name
This commit is contained in:
Wim Taymans 2003-02-02 19:34:56 +00:00
parent d7f8bbea1b
commit 6b44117681

View file

@ -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;