mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 06:09:59 +00:00
validate: media-check: Avoid spamming the MediaInfo file on stdout
This commit is contained in:
parent
58c90448ca
commit
5fa525b2ff
1 changed files with 1 additions and 7 deletions
|
@ -158,14 +158,8 @@ main (int argc, gchar ** argv)
|
|||
}
|
||||
|
||||
out:
|
||||
if (runner) {
|
||||
if (runner)
|
||||
ret = gst_validate_runner_exit (runner, TRUE);
|
||||
if (ret && expected_file) {
|
||||
output = gst_validate_media_descriptor_writer_serialize (writer);
|
||||
g_print ("Media info:\n%s\n", output);
|
||||
g_free (output);
|
||||
}
|
||||
}
|
||||
|
||||
g_free (output_file);
|
||||
g_free (expected_file);
|
||||
|
|
Loading…
Reference in a new issue