aboutsummaryrefslogtreecommitdiff
path: root/ext/hls/m3u8.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls/m3u8.h')
-rw-r--r--ext/hls/m3u8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hls/m3u8.h b/ext/hls/m3u8.h
index 599ab446..096287a6 100644
--- a/ext/hls/m3u8.h
+++ b/ext/hls/m3u8.h
@@ -42,7 +42,7 @@ struct _GstM3U8
gboolean endlist; /* if ENDLIST has been reached */
gint version; /* last EXT-X-VERSION */
GstClockTime targetduration; /* last EXT-X-TARGETDURATION */
- gchar *allowcache; /* last EXT-X-ALLOWCACHE */
+ gboolean allowcache; /* last EXT-X-ALLOWCACHE */
gchar *key;
gint bandwidth;