mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
GESTimelinePipeline: Don't forget to remember the mode
This commit is contained in:
parent
1d0f6faf94
commit
5396476e7c
1 changed files with 2 additions and 0 deletions
|
@ -452,5 +452,7 @@ ges_timeline_pipeline_set_mode (GESTimelinePipeline * pipeline,
|
||||||
* If we are rendering, set playsink to sync=False,
|
* If we are rendering, set playsink to sync=False,
|
||||||
* If we are NOT rendering, set playsink to sync=TRUE */
|
* If we are NOT rendering, set playsink to sync=TRUE */
|
||||||
|
|
||||||
|
pipeline->mode = mode;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue