summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2010-07-05 18:45:55 +0200
committerAlessandro Decina <alessandro.d@gmail.com>2010-07-06 10:46:42 +0200
commita02fcb0478fb196271425527b3e070b4ae215fcd (patch)
tree3f5267b0e98bec4bdd17debb9c10d644336cd209
parent819780acf79217c8a9b40c486f33668c0e2ae8d7 (diff)
clock: document that GstClockEntry should be treated as ana opaque structure.
-rw-r--r--gst/gstclock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstclock.h b/gst/gstclock.h
index 8710dfa676..f83facee27 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;