From d1e8b88eaa13ca5b0f3965bca874b5f2feb38860 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Wed, 14 Jan 2015 17:43:51 +0000 Subject: [PATCH] hlsdemux: remove unused fragments_cache field --- ext/hls/gsthlsdemux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/hls/gsthlsdemux.h b/ext/hls/gsthlsdemux.h index ad23ff1e8e..20fe98fe0a 100644 --- a/ext/hls/gsthlsdemux.h +++ b/ext/hls/gsthlsdemux.h @@ -76,7 +76,6 @@ struct _GstHLSDemux gboolean new_playlist; /* Whether a new playlist is about to start and pads should be switched */ /* Properties */ - guint fragments_cache; /* number of fragments needed to be cached to start playing */ gfloat bitrate_limit; /* limit of the available bitrate to use */ guint connection_speed; /* Network connection speed in kbps (0 = unknown) */