From e909b863f5043b4e6b09d922a7b22c6171482ba7 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Wed, 14 Jan 2015 17:43:51 +0000 Subject: 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 76f6f84d1..f594ced4e 100644 --- a/ext/hls/gsthlsdemux.h +++ b/ext/hls/gsthlsdemux.h @@ -79,7 +79,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) */ -- cgit v1.2.1