summaryrefslogtreecommitdiffstats
path: root/gst/valve/gstvalve.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/valve/gstvalve.h')
-rw-r--r--gst/valve/gstvalve.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/valve/gstvalve.h b/gst/valve/gstvalve.h
index 06ab2072..cc7cd385 100644
--- a/gst/valve/gstvalve.h
+++ b/gst/valve/gstvalve.h
@@ -45,8 +45,14 @@ typedef struct _GstValve GstValve;
typedef struct _GstValveClass GstValveClass;
typedef struct _GstValvePrivate GstValvePrivate;
+/**
+ * GstValve:
+ *
+ * The private valve structure
+ */
struct _GstValve
{
+ /*< private >*/
GstElement parent;
/* Protected by the object lock */