launcher: don't start the pipeline before we're done updating it
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 10 Aug 2021 21:23:39 +0000 (23:23 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Sat, 14 Aug 2021 16:07:56 +0000 (18:07 +0200)
commitee35cba6e837d961224a20b75273e2743fd4696a
treea595e30386ac075222ca6a0bdc43cb6e8703f4a7
parente12b3b7cef74b81e62f9b1124d8e82a90343a6a4
launcher: don't start the pipeline before we're done updating it

Since 70e3b8ae2a8d13b50f52305b71cfa4b590bb63f6 the CommandLineFormatter
also emit "loaded" so we ended up doing this twice, once
as before in `run_pipeline` and another time in the `project:loaded`
callback.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/265>
tools/ges-launcher.c