From: Brandon Lewis Date: Fri, 2 Jul 2010 14:39:33 +0000 (+0200) Subject: make type field of video transition private X-Git-Tag: 1.19.3~493^2~2792 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7190943ddb7ae8485fad55e31572aa2c1d45bfe1;p=platform%2Fupstream%2Fgstreamer.git make type field of video transition private --- 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;