mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
hlsdemux: remove unused fragments_cache field
This commit is contained in:
parent
b5860af143
commit
d1e8b88eaa
1 changed files with 0 additions and 1 deletions
|
@ -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) */
|
||||
|
||||
|
|
Loading…
Reference in a new issue