From a02fcb0478fb196271425527b3e070b4ae215fcd Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Mon, 5 Jul 2010 18:45:55 +0200 Subject: [PATCH] clock: document that GstClockEntry should be treated as ana opaque structure. --- gst/gstclock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstclock.h b/gst/gstclock.h index 8710dfa..f83face 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -335,6 +335,8 @@ typedef enum { * * All pending timeouts or periodic notifies are converted into * an entry. + * Note that GstClockEntry should be treated as an opaque structure. It must + * not be extended or allocated using a custom allocator. */ struct _GstClockEntry { gint refcount; -- 2.7.4