Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/validator/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ on_source_message(GstBus __attribute__((unused)) *bus, GstMessage *message, Vali
strftime(last_ts_str, sizeof(last_ts_str), "%a %Y-%m-%d %H:%M:%S %Z", &last_ts);
has_timestamp = true;
}
signed_video_authenticity_report_free(data->auth_report);
g_debug("received EOS");
f = fopen(RESULTS_FILE, "w");
if (!f) {
Expand Down Expand Up @@ -531,6 +530,7 @@ on_source_message(GstBus __attribute__((unused)) *bus, GstMessage *message, Vali
g_message("Signing was performed with Signed Video version %s", signing_version);
}
g_message("Validation complete. Results printed to '%s'.", RESULTS_FILE);
signed_video_authenticity_report_free(data->auth_report);
g_main_loop_quit(data->loop);
break;
case GST_MESSAGE_ERROR:
Expand Down
Binary file modified test-files/signed_test_h264.mp4
Binary file not shown.