hlssink: Remove some unused struct fields
authorSebastian Dröge <sebastian@centricular.com>
Wed, 19 Apr 2017 11:36:03 +0000 (12:36 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 19 Apr 2017 11:36:46 +0000 (12:36 +0100)
ext/hls/gsthlssink.c
ext/hls/gsthlssink.h

index 9ae6ca6..bcb2555 100644 (file)
@@ -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);
index 5f383a2..6660c95 100644 (file)
@@ -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;