mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
hls: Allow debugging of the playlist
Helps debugging issues
This commit is contained in:
parent
8d86a8b75d
commit
0e663fca94
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue