summaryrefslogtreecommitdiff
path: root/ext/hls/gstm3u8playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls/gstm3u8playlist.c')
-rw-r--r--ext/hls/gstm3u8playlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hls/gstm3u8playlist.c b/ext/hls/gstm3u8playlist.c
index be55636a2..7adc868d6 100644
--- a/ext/hls/gstm3u8playlist.c
+++ b/ext/hls/gstm3u8playlist.c
@@ -188,8 +188,8 @@ gst_m3u8_playlist_render (GstM3U8Playlist * playlist)
/* #EXTM3U */
g_string_append_printf (playlist->playlist_str, M3U8_HEADER_TAG);
/* #EXT-X-VERSION */
-// g_string_append_printf (playlist->playlist_str, M3U8_VERSION_TAG,
-// playlist->version);
+ g_string_append_printf (playlist->playlist_str, M3U8_VERSION_TAG,
+ playlist->version);
/* #EXT-X-ALLOW_CACHE */
g_string_append_printf (playlist->playlist_str, M3U8_ALLOW_CACHE_TAG,
playlist->allow_cache ? "YES" : "NO");