gst-launch: option to repeat pipeline execution multiple times
These changes allow gst-launch-1.0
to execute a pipeline N times in sequence, using a gst-launch
option setting. This is being used to test for leaks when multiple pipelines are run in succession in the same process; a not-so-common work flow which is nonetheless used by certain applications.
Usage:
gst-launch-1.0 --repeat=4 $MY_PIPELINE
will run $MY_PIPELINE
4 times in succession, in a single process.
Edited by Aaron Boxer