From: Thibault Saunier Date: Wed, 7 Sep 2022 19:43:11 +0000 (-0400) Subject: validate:scenario: Some minor fixes X-Git-Tag: 1.22.0~984 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04f036edc4e90580bef268f1109a2bb3a8e2b0a6;p=platform%2Fupstream%2Fgstreamer.git validate:scenario: Some minor fixes Part-of: --- diff --git a/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c b/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c index 65f7205..c15fba1 100644 --- a/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c +++ b/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c @@ -6805,7 +6805,7 @@ register_action_types (void) "Sets pipeline to PAUSED. You can add a 'duration'\n" "parameter so the pipeline goes back to playing after that duration\n" "(in second)", - GST_VALIDATE_ACTION_TYPE_NEEDS_CLOCK & GST_VALIDATE_ACTION_TYPE_ASYNC); + GST_VALIDATE_ACTION_TYPE_NEEDS_CLOCK | GST_VALIDATE_ACTION_TYPE_ASYNC); REGISTER_ACTION_TYPE ("play", _execute_play, NULL, "Sets the pipeline state to PLAYING", GST_VALIDATE_ACTION_TYPE_NONE); @@ -7526,7 +7526,7 @@ register_action_types (void) }, {NULL} }), - "Check current pipeline position.\n", + "Run external command.\n", GST_VALIDATE_ACTION_TYPE_CAN_BE_OPTIONAL); REGISTER_ACTION_TYPE("foreach", NULL,