hlssink: Remove some unused struct fields

This commit is contained in:
Sebastian Dröge 2017-04-19 12:36:03 +01:00
parent cb28314013
commit bb8b27bee4
2 changed files with 0 additions and 4 deletions

View file

@ -199,8 +199,6 @@ static void
gst_hls_sink_reset (GstHlsSink * sink) gst_hls_sink_reset (GstHlsSink * sink)
{ {
sink->index = 0; sink->index = 0;
sink->count = 0;
sink->timeout_id = 0;
sink->last_running_time = 0; sink->last_running_time = 0;
sink->waiting_fku = FALSE; sink->waiting_fku = FALSE;
gst_event_replace (&sink->force_key_unit_event, NULL); gst_event_replace (&sink->force_key_unit_event, NULL);

View file

@ -51,8 +51,6 @@ struct _GstHlsSink
guint index; guint index;
gint max_files; gint max_files;
gint target_duration; gint target_duration;
gint count;
guint timeout_id;
GstSegment segment; GstSegment segment;
gboolean waiting_fku; gboolean waiting_fku;
GstClockTime last_running_time; GstClockTime last_running_time;