hls: Allow debugging of the playlist

Helps debugging issues
This commit is contained in:
Edward Hervey 2015-10-14 17:41:05 +02:00 committed by Edward Hervey
parent 8d86a8b75d
commit 0e663fca94

View 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;