GESAudioTrack — A standard GESTrack for raw audio
#include <ges/ges.h>
GESAudioTrack * ges_audio_track_new (void);
void
Creates a new GESAudioTrack of type GES_TRACK_TYPE_AUDIO and with generic raw audio caps ("audio/x-raw");
A new GESTrack
typedef struct { GESTrack parent_instance; } GESAudioTrack;