mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
dash: Define debug category used in the isoff code for the test too now
This commit is contained in:
parent
72afd74ef4
commit
bdc1236003
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue