From 018ca98fd983dfb92b2e2e629477f277096cd457 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 6 Jun 2017 20:56:29 -0700 Subject: [PATCH] validate: actions: drop needless newline before feature-rank and wait Stale new-lines messed the help output of gst-validate -t --- validate/gst/validate/gst-validate-scenario.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index a43b3e004e..243218d7f1 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -4046,7 +4046,7 @@ init_scenarios (void) }, {NULL} }), - "The 'switch-track' command can be used to switch tracks.\n" + "The 'switch-track' command can be used to switch tracks." , GST_VALIDATE_ACTION_TYPE_NONE); REGISTER_ACTION_TYPE ("wait", _execute_wait, @@ -4085,7 +4085,7 @@ init_scenarios (void) REGISTER_ACTION_TYPE ("dot-pipeline", _execute_dot_pipeline, NULL, "Dots the pipeline (the 'name' property will be used in the dot filename).\n" "For more information have a look at the GST_DEBUG_BIN_TO_DOT_FILE documentation.\n" - "Note that the GST_DEBUG_DUMP_DOT_DIR env variable needs to be set\n", + "Note that the GST_DEBUG_DUMP_DOT_DIR env variable needs to be set", GST_VALIDATE_ACTION_TYPE_NONE); REGISTER_ACTION_TYPE ("set-feature-rank", _execute_set_rank,