From bdc123600398046dce2588372e9a7948ab6e3e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 24 Dec 2016 08:42:51 +0200 Subject: dash: Define debug category used in the isoff code for the test too now --- tests/check/elements/dash_isoff.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/check') 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 #include +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); -- cgit v1.2.1