make type field of video transition private
authorBrandon Lewis <brandon@collabora.co.uk>
Fri, 2 Jul 2010 14:39:33 +0000 (16:39 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:16 +0000 (13:21 +0200)
ges/ges-track-video-transition.h

index c0b50b3..56a0996 100644 (file)
@@ -46,17 +46,14 @@ G_BEGIN_DECLS
 
 /** 
  * GESTrackVideoTransition:
- * @type: the 
  */
 
 struct _GESTrackVideoTransition {
   GESTrackTransition parent;
   
-  /*< public >*/
-  GESVideoTransitionType        type;
-
   /*< private >*/
-  
+  GESVideoTransitionType        type;
   /* these enable video interpolation */
   GstController                 *controller;
   GstInterpolationControlSource *control_source;