From 5396476e7c740dff2f78b714e18078c076bfc94d Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 9 Dec 2009 15:03:30 +0100 Subject: [PATCH] GESTimelinePipeline: Don't forget to remember the mode --- ges/ges-timeline-pipeline.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ges/ges-timeline-pipeline.c b/ges/ges-timeline-pipeline.c index 4f7efc7..1059a18 100644 --- a/ges/ges-timeline-pipeline.c +++ b/ges/ges-timeline-pipeline.c @@ -452,5 +452,7 @@ ges_timeline_pipeline_set_mode (GESTimelinePipeline * pipeline, * If we are rendering, set playsink to sync=False, * If we are NOT rendering, set playsink to sync=TRUE */ + pipeline->mode = mode; + return TRUE; } -- 2.7.4