From 50521a14dcbbf95a46f325ddc98f30adb0fe3551 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 3 Oct 2007 11:16:48 +0000 Subject: [PATCH] gst/gstclock.h: Fix up broken GST_CLOCK_FLAGS macro and GstClock docs. The flags field has moved to GstObject. Original commit message from CVS: * gst/gstclock.h: Fix up broken GST_CLOCK_FLAGS macro and GstClock docs. The flags field has moved to GstObject. --- ChangeLog | 6 ++++++ gst/gstclock.h | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4940cf..d14bbcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-03 Tim-Philipp Müller + + * gst/gstclock.h: + Fix up broken GST_CLOCK_FLAGS macro and GstClock docs. The flags + field has moved to GstObject. + 2007-10-02 Wim Taymans * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync), diff --git a/gst/gstclock.h b/gst/gstclock.h index 7cdbb33..bc7a9aa 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -338,7 +338,7 @@ typedef enum { * * Gets the #GstClockFlags clock flags. */ -#define GST_CLOCK_FLAGS(clock) (GST_CLOCK(clock)->flags) +#define GST_CLOCK_FLAGS(clock) GST_OBJECT_FLAGS(clock) /** * GST_CLOCK_COND: @@ -374,7 +374,6 @@ typedef enum { /** * GstClock: - * @flags: The flags specifying the capabilities of the clock. * * GstClock base structure. The values of this structure are * protected for subclasses, use the methods to use the #GstClock. -- 2.7.4