From: Olivier CrĂȘte Date: Wed, 15 Feb 2017 20:09:06 +0000 (-0500) Subject: splitmuxsink: Remove unused next_max_out_running_time X-Git-Tag: 1.12.2~163 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5059b9b8c99608cfd3321f96170e0c135457c041;p=platform%2Fupstream%2Fgst-plugins-good.git splitmuxsink: Remove unused next_max_out_running_time https://bugzilla.gnome.org/show_bug.cgi?id=761761 --- diff --git a/gst/multifile/gstsplitmuxsink.h b/gst/multifile/gstsplitmuxsink.h index ea118ef..a0599fb 100644 --- a/gst/multifile/gstsplitmuxsink.h +++ b/gst/multifile/gstsplitmuxsink.h @@ -150,7 +150,6 @@ struct _GstSplitMuxSink SplitMuxOutputState output_state; GstClockTimeDiff max_out_running_time; - GstClockTimeDiff next_max_out_running_time; guint64 muxed_out_bytes;