summaryrefslogtreecommitdiff
path: root/ext/hls/m3u8.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hls/m3u8.h')
-rw-r--r--ext/hls/m3u8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hls/m3u8.h b/ext/hls/m3u8.h
index 6c4b6c6bd..7b09de165 100644
--- a/ext/hls/m3u8.h
+++ b/ext/hls/m3u8.h
@@ -96,6 +96,7 @@ struct _GstM3U8Client
GstM3U8 *current;
guint update_failed_count;
GList *current_file;
+ GstClockTime current_file_duration; /* Duration of current fragment */
gint64 sequence; /* the next sequence for this client */
GstClockTime sequence_position; /* position of this sequence */
gint64 highest_sequence_number; /* largest seen sequence number */