dash: Define debug category used in the isoff code for the test too now

This commit is contained in:
Sebastian Dröge 2016-12-24 08:42:51 +02:00
parent 72afd74ef4
commit bdc1236003

View file

@ -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);