mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
- Add the trace name
Original commit message from CVS: - Add the trace name
This commit is contained in:
parent
d7f8bbea1b
commit
6b44117681
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue