diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-01-14 17:43:51 +0000 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-01-16 11:43:22 +0000 |
commit | d1e8b88eaa13ca5b0f3965bca874b5f2feb38860 (patch) | |
tree | b99c4e6b2d4fb03c5c03c14aa1f124763d1277fa /ext/hls | |
parent | b5860af143e8a00778805720dc175f37189bf1fd (diff) | |
download | gstreamer-plugins-bad-d1e8b88eaa13ca5b0f3965bca874b5f2feb38860.tar.gz |
hlsdemux: remove unused fragments_cache field
Diffstat (limited to 'ext/hls')
-rw-r--r-- | ext/hls/gsthlsdemux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/hls/gsthlsdemux.h b/ext/hls/gsthlsdemux.h index ad23ff1e8..20fe98fe0 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) */ |