hls: Allow debugging of the playlist
authorEdward Hervey <edward@centricular.com>
Wed, 14 Oct 2015 15:41:05 +0000 (17:41 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 14 Oct 2015 16:01:04 +0000 (18:01 +0200)
Helps debugging issues

ext/hls/m3u8.c

index 929e1d7..0855b42 100644 (file)
@@ -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;