mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
validate: scenario: fix error message on scenario parsing failure
This commit is contained in:
parent
4ec6bda043
commit
22d99ac89c
1 changed files with 1 additions and 1 deletions
|
@ -3297,7 +3297,7 @@ gst_validate_list_scenarios (gchar ** scenarios, gint num_scenarios,
|
|||
for (i = 0; i < num_scenarios; i++) {
|
||||
file = g_file_new_for_path (scenarios[i]);
|
||||
if (!_parse_scenario (file, kf)) {
|
||||
GST_ERROR ("Could not parser scenario: %s", scenarios[i]);
|
||||
GST_ERROR ("Could not parse scenario: %s", scenarios[i]);
|
||||
|
||||
gst_object_unref (file);
|
||||
res = 1;
|
||||
|
|
Loading…
Reference in a new issue