diff --git a/ges/ges-utils.c b/ges/ges-utils.c index 1971ef6c19..c8a33ca31a 100644 --- a/ges/ges-utils.c +++ b/ges/ges-utils.c @@ -30,6 +30,15 @@ #include "ges-timeline-layer.h" #include "ges.h" +/** + * ges_timeline_new_audio_video: + * + * Creates a new #GESTimeline containg a raw audio and a + * raw video track. + * + * Returns: The newly created #GESTimeline + */ + GESTimeline * ges_timeline_new_audio_video (void) {