mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
hlssink: Remove some unused struct fields
This commit is contained in:
parent
cb28314013
commit
bb8b27bee4
2 changed files with 0 additions and 4 deletions
|
@ -199,8 +199,6 @@ static void
|
|||
gst_hls_sink_reset (GstHlsSink * sink)
|
||||
{
|
||||
sink->index = 0;
|
||||
sink->count = 0;
|
||||
sink->timeout_id = 0;
|
||||
sink->last_running_time = 0;
|
||||
sink->waiting_fku = FALSE;
|
||||
gst_event_replace (&sink->force_key_unit_event, NULL);
|
||||
|
|
|
@ -51,8 +51,6 @@ struct _GstHlsSink
|
|||
guint index;
|
||||
gint max_files;
|
||||
gint target_duration;
|
||||
gint count;
|
||||
guint timeout_id;
|
||||
GstSegment segment;
|
||||
gboolean waiting_fku;
|
||||
GstClockTime last_running_time;
|
||||
|
|
Loading…
Reference in a new issue