GESVideoTrack — A standard GESTrack for raw video
#include <ges/ges.h>
GESVideoTrack * ges_video_track_new (void);
void
Creates a new GESVideoTrack of type GES_TRACK_TYPE_VIDEO and with generic raw video caps ("video/x-raw");
A new GESTrack.
[transfer floating]
typedef struct { GESTrack parent_instance; } GESVideoTrack;