summaryrefslogtreecommitdiff
path: root/tests/check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/elements/dash_isoff.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/check/elements/dash_isoff.c b/tests/check/elements/dash_isoff.c
index 500747b91..2b984e800 100644
--- a/tests/check/elements/dash_isoff.c
+++ b/tests/check/elements/dash_isoff.c
@@ -4,6 +4,8 @@
#include <gst/check/gstcheck.h>
#include <gst/base/base.h>
+GST_DEBUG_CATEGORY (gst_dash_demux_debug);
+
#include "dash_isoff.h"
GST_START_TEST (dash_isoff_box_header_minimal)
@@ -189,6 +191,9 @@ dash_isoff_suite (void)
TCase *tc_isoff_box = tcase_create ("isoff-box-parsing");
TCase *tc_moof = tcase_create ("moof");
+ GST_DEBUG_CATEGORY_INIT (gst_dash_demux_debug, "gst_dash_demux_debug", 0,
+ "mpeg dash tests");
+
tcase_add_test (tc_isoff_box, dash_isoff_box_header_minimal);
tcase_add_test (tc_isoff_box, dash_isoff_box_header_long_size);
tcase_add_test (tc_isoff_box, dash_isoff_box_header_uuid_type);