summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-10-14 17:41:05 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-10-14 18:01:04 +0200
commit0e663fca9452d56f5a59ffeb2a37053ec13a0840 (patch)
treec724563e5946c79a8fa45cc83b14476ac8282ba6
parent8d86a8b75d678eabb4a2124b8473b17674d9e298 (diff)
downloadgstreamer-plugins-bad-0e663fca9452d56f5a59ffeb2a37053ec13a0840.tar.gz
hls: Allow debugging of the playlist
Helps debugging issues
-rw-r--r--ext/hls/m3u8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/hls/m3u8.c b/ext/hls/m3u8.c
index 929e1d797..0855b4223 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;