From 7190943ddb7ae8485fad55e31572aa2c1d45bfe1 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Fri, 2 Jul 2010 16:39:33 +0200 Subject: [PATCH] make type field of video transition private --- ges/ges-track-video-transition.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ges/ges-track-video-transition.h b/ges/ges-track-video-transition.h index c0b50b3..56a0996 100644 --- a/ges/ges-track-video-transition.h +++ b/ges/ges-track-video-transition.h @@ -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; -- 2.7.4