mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
utils: Document timeline_new_audio_video
This commit is contained in:
parent
e0af9a22df
commit
6dfc14b3e6
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue