mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +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)
|
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);
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue