mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
mpegtsbase: remove unused variables: upstream_live and queried_latency
https://bugzilla.gnome.org/show_bug.cgi?id=766343
This commit is contained in:
parent
4f0e42b8e4
commit
abc1c4fc9a
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue