From 55535c7fe636ecce465190a0de436b99891155cb Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 16 Jun 2009 20:38:42 +0200 Subject: effectv: Add basic documentation for the effectv elements --- gst/effectv/gstaging.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/effectv/gstaging.h') diff --git a/gst/effectv/gstaging.h b/gst/effectv/gstaging.h index 052c3fad..0ac6c8e9 100644 --- a/gst/effectv/gstaging.h +++ b/gst/effectv/gstaging.h @@ -60,6 +60,8 @@ struct _GstAgingTV { GstVideoFilter videofilter; + /* < private > */ + gint width, height; gboolean color_aging; -- cgit