mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
make type field of video transition private
This commit is contained in:
parent
5f3ef42e96
commit
7190943ddb
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue