Skip to content

gst-launch: option to repeat pipeline execution multiple times

Aaron Boxer requested to merge boxerab/gstreamer:gst-launch-repeats into master

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

Merge request reports