make type field of video transition private

This commit is contained in:
Brandon Lewis 2010-07-02 16:39:33 +02:00 committed by Edward Hervey
parent 5f3ef42e96
commit 7190943ddb

View file

@ -46,17 +46,14 @@ G_BEGIN_DECLS
/** /**
* GESTrackVideoTransition: * GESTrackVideoTransition:
* @type: the
*/ */
struct _GESTrackVideoTransition { struct _GESTrackVideoTransition {
GESTrackTransition parent; GESTrackTransition parent;
/*< public >*/
GESVideoTransitionType type;
/*< private >*/ /*< private >*/
GESVideoTransitionType type;
/* these enable video interpolation */ /* these enable video interpolation */
GstController *controller; GstController *controller;
GstInterpolationControlSource *control_source; GstInterpolationControlSource *control_source;