mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
tests: fix typo
Signed-off-by: Zhang Wanming <Wanming.Zhang@tieto.com>
This commit is contained in:
parent
8a723cfc93
commit
74ed5af81a
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ GST_START_TEST (test_parse_bin_from_description)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp (s->str, bin_tests[i].pad_names) != 0) {
|
if (strcmp (s->str, bin_tests[i].pad_names) != 0) {
|
||||||
g_error ("FAILED: expted '%s', got '%s' for bin '%s'",
|
g_error ("FAILED: expected '%s', got '%s' for bin '%s'",
|
||||||
bin_tests[i].pad_names, s->str, bin_tests[i].bin_desc);
|
bin_tests[i].pad_names, s->str, bin_tests[i].bin_desc);
|
||||||
}
|
}
|
||||||
g_string_free (s, TRUE);
|
g_string_free (s, TRUE);
|
||||||
|
|
Loading…
Reference in a new issue