summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-04-19 12:36:03 +0100
committerSebastian Dröge <sebastian@centricular.com>2017-04-19 12:36:46 +0100
commitbb8b27bee464c35ecf7a8d29e65ee84595d4abaa (patch)
treec8b682ecfa224bba5a646a6fb1b648b30cb5db59 /ext
parentcb28314013ba7bc495368f97e359c893b640c8c6 (diff)
downloadgstreamer-plugins-bad-bb8b27bee464c35ecf7a8d29e65ee84595d4abaa.tar.gz
hlssink: Remove some unused struct fields
Diffstat (limited to 'ext')
-rw-r--r--ext/hls/gsthlssink.c2
-rw-r--r--ext/hls/gsthlssink.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/ext/hls/gsthlssink.c b/ext/hls/gsthlssink.c
index 9ae6ca6d3..bcb2555f1 100644
--- a/ext/hls/gsthlssink.c
+++ b/ext/hls/gsthlssink.c
@@ -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);
diff --git a/ext/hls/gsthlssink.h b/ext/hls/gsthlssink.h
index 5f383a2a2..6660c9510 100644
--- a/ext/hls/gsthlssink.h
+++ b/ext/hls/gsthlssink.h
@@ -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;