First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / gst / gstevent.h
index d10b7f1..b476ba9 100644 (file)
@@ -161,6 +161,7 @@ typedef struct
 struct _GstEvent {
   GstData data;
 
+  /*< public >*/ /* with COW */
   GstEventType  type;
   guint64      timestamp;
   GstObject    *src;
@@ -189,6 +190,7 @@ struct _GstEvent {
     } structure;
   } event_data;
 
+  /*< private >*/
   gpointer _gst_reserved[GST_PADDING];
 };