validate:scenario: Some minor fixes
authorThibault Saunier <tsaunier@igalia.com>
Wed, 7 Sep 2022 19:43:11 +0000 (15:43 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 9 Sep 2022 15:25:45 +0000 (15:25 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3007>

subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c

index 65f7205..c15fba1 100644 (file)
@@ -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,