mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
validate:scenario: Some minor fixes
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3007>
This commit is contained in:
parent
879ae5ba02
commit
04f036edc4
1 changed files with 2 additions and 2 deletions
|
@ -6805,7 +6805,7 @@ register_action_types (void)
|
||||||
"Sets pipeline to PAUSED. You can add a 'duration'\n"
|
"Sets pipeline to PAUSED. You can add a 'duration'\n"
|
||||||
"parameter so the pipeline goes back to playing after that duration\n"
|
"parameter so the pipeline goes back to playing after that duration\n"
|
||||||
"(in second)",
|
"(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,
|
REGISTER_ACTION_TYPE ("play", _execute_play, NULL,
|
||||||
"Sets the pipeline state to PLAYING", GST_VALIDATE_ACTION_TYPE_NONE);
|
"Sets the pipeline state to PLAYING", GST_VALIDATE_ACTION_TYPE_NONE);
|
||||||
|
@ -7526,7 +7526,7 @@ register_action_types (void)
|
||||||
},
|
},
|
||||||
{NULL}
|
{NULL}
|
||||||
}),
|
}),
|
||||||
"Check current pipeline position.\n",
|
"Run external command.\n",
|
||||||
GST_VALIDATE_ACTION_TYPE_CAN_BE_OPTIONAL);
|
GST_VALIDATE_ACTION_TYPE_CAN_BE_OPTIONAL);
|
||||||
|
|
||||||
REGISTER_ACTION_TYPE("foreach", NULL,
|
REGISTER_ACTION_TYPE("foreach", NULL,
|
||||||
|
|
Loading…
Reference in a new issue