summaryrefslogtreecommitdiff
path: root/tests/check/elements/hlsdemux_m3u8.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements/hlsdemux_m3u8.c')
-rw-r--r--tests/check/elements/hlsdemux_m3u8.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/check/elements/hlsdemux_m3u8.c b/tests/check/elements/hlsdemux_m3u8.c
index b122921dc..c64640cb7 100644
--- a/tests/check/elements/hlsdemux_m3u8.c
+++ b/tests/check/elements/hlsdemux_m3u8.c
@@ -30,7 +30,7 @@
#include "m3u8.h"
#include "m3u8.c"
-GST_DEBUG_CATEGORY (fragmented_debug);
+GST_DEBUG_CATEGORY (hls_debug);
static const gchar *INVALID_PLAYLIST = "#EXTM3 UINVALID";
@@ -1328,8 +1328,7 @@ hlsdemux_suite (void)
Suite *s = suite_create ("hlsdemux_m3u8");
TCase *tc_m3u8 = tcase_create ("m3u8client");
- GST_DEBUG_CATEGORY_INIT (fragmented_debug, "hlsdemux_m3u", 0,
- "hlsdemux m3u test");
+ GST_DEBUG_CATEGORY_INIT (hls_debug, "hlsdemux_m3u", 0, "hlsdemux m3u test");
suite_add_tcase (s, tc_m3u8);
tcase_add_test (tc_m3u8, test_load_main_playlist_invalid);