diff options
author | Thibault Saunier <thibault.saunier@collabora.com> | 2014-02-17 12:34:04 +0100 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@collabora.com> | 2014-02-17 12:37:57 +0100 |
commit | f921277ac20e3883d6817fc5e6464a9bdfba419f (patch) | |
tree | 8bc1f2efdb21e466dc784025122894289dfe00d5 /tests/examples/overlays.c | |
parent | 387b234f3b2a4d5cb21995264367c4a0776fb60a (diff) |
Rename TIMELINE_MODE_XXX to GES_PIPELINE_MODE_XXX so it corresponds to reality
First, it was not in any namespace, second the name of the enum is
GESPipelineFlags.
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); |