diff options
Diffstat (limited to 'tests/examples/overlays.c')
-rw-r--r-- | tests/examples/overlays.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/overlays.c b/tests/examples/overlays.c index 0be0edec..c75e0c6f 100644 --- a/tests/examples/overlays.c +++ b/tests/examples/overlays.c @@ -89,7 +89,7 @@ make_timeline (char *path, float duration, char *text, guint32 color, pipeline = ges_pipeline_new (); - ges_pipeline_set_mode (pipeline, TIMELINE_MODE_PREVIEW_VIDEO); + ges_pipeline_set_mode (pipeline, GES_PIPELINE_MODE_PREVIEW_VIDEO); timeline = ges_timeline_new (); ges_pipeline_set_timeline (pipeline, timeline); |