mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
validate-scenario: Initialize variable
We could end up using it uninitialized CID: 1444920
This commit is contained in:
parent
562750213f
commit
43815541d8
1 changed files with 1 additions and 1 deletions
|
@ -1863,7 +1863,7 @@ _fill_action (GstValidateScenario * scenario, GstValidateAction * action,
|
|||
const gchar *str_playback_time = NULL;
|
||||
GstValidateScenarioPrivate *priv = scenario ? scenario->priv : NULL;
|
||||
GstValidateExecuteActionReturn res = GST_VALIDATE_EXECUTE_ACTION_NONE;
|
||||
gboolean optional, needs_parsing;
|
||||
gboolean optional, needs_parsing = FALSE;
|
||||
|
||||
action->type = gst_structure_get_name (structure);
|
||||
action_type = _find_action_type (action->type);
|
||||
|
|
Loading…
Reference in a new issue