mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate:scenario: Explicitely mark generated stop() action as such
This commit is contained in:
parent
78781de913
commit
25e0694d1e
1 changed files with 1 additions and 1 deletions
|
@ -2771,7 +2771,7 @@ message_cb (GstBus * bus, GstMessage * message, GstValidateScenario * scenario)
|
|||
|
||||
stop_action_type = _find_action_type ("stop");
|
||||
stop_action = gst_validate_action_new (scenario, stop_action_type);
|
||||
s = gst_structure_from_string ("stop;", NULL);
|
||||
s = gst_structure_from_string ("stop, generated-after-eos=true;", NULL);
|
||||
_fill_action (scenario, stop_action, s, FALSE);
|
||||
gst_structure_free (s);
|
||||
gst_validate_execute_action (stop_action_type, stop_action);
|
||||
|
|
Loading…
Reference in a new issue