From 0e663fca9452d56f5a59ffeb2a37053ec13a0840 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 14 Oct 2015 17:41:05 +0200 Subject: [PATCH] hls: Allow debugging of the playlist Helps debugging issues --- ext/hls/m3u8.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/hls/m3u8.c b/ext/hls/m3u8.c index 929e1d7976..0855b42238 100644 --- a/ext/hls/m3u8.c +++ b/ext/hls/m3u8.c @@ -397,6 +397,8 @@ gst_m3u8_update (GstM3U8Client * client, GstM3U8 * self, gchar * data, return FALSE; } + GST_TRACE ("data:\n%s", data); + g_free (self->last_data); self->last_data = data;