mpegtsbase: remove unused variables: upstream_live and queried_latency

https://bugzilla.gnome.org/show_bug.cgi?id=766343
This commit is contained in:
Damian Ziobro 2016-05-12 19:44:26 +01:00 committed by Sebastian Dröge
parent 4f0e42b8e4
commit abc1c4fc9a

View file

@ -141,11 +141,6 @@ struct _MpegTSBase {
/* Whether we saw a PAT yet */
gboolean seen_pat;
/* Whether upstream is live or not */
gboolean upstream_live;
/* Whether we queried the upstream latency or not */
gboolean queried_latency;
/* Upstream segment */
GstSegment segment;