Skip to content

Commit e7cf3ca

Browse files
committed
Revert "Fixes compile error (#35)"
This reverts commit 11b1f08.
1 parent 11b1f08 commit e7cf3ca

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

apps/signer/gst-plugin/gstsigning.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include <signed-video-framework/signed_video_common.h>
4242
#include <signed-video-framework/signed_video_openssl.h>
4343
#include <signed-video-framework/signed_video_sign.h>
44+
#include <signed-video-framework/sv_vendor_axis_communications.h>
4445

4546
GST_DEBUG_CATEGORY_STATIC(gst_signing_debug);
4647
#define GST_CAT_DEFAULT gst_signing_debug

apps/validator/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
#define RESULTS_FILE "validation_results.txt"
4444
// Increment VALIDATOR_VERSION when a change is affecting the code.
45-
#define VALIDATOR_VERSION "v2.0.2" // Requires at least signed-video-framework v2.2.5
45+
#define VALIDATOR_VERSION "v2.0.1" // Requires at least signed-video-framework v2.0.4
4646

4747
typedef struct {
4848
GMainLoop *loop;

test-files/signed_test_h264.mp4

-27 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)