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:
* @type: the
*/
struct _GESTrackVideoTransition {
GESTrackTransition parent;
/*< public >*/
GESVideoTransitionType type;
/*< private >*/
GESVideoTransitionType type;
/* these enable video interpolation */
GstController *controller;
GstInterpolationControlSource *control_source;