diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2016-01-09 05:15:47 +0100 |
---|---|---|
committer | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2016-01-09 05:17:23 +0100 |
commit | 199b86684f10bd334fbb342dde7de518a3ac762a (patch) | |
tree | 95c18bf2d6fc5a915b03cb7c2bd1f5c016aaccd0 | |
parent | 1c1c9124b1179994e3610e4aa8b45ab597feb346 (diff) |
nlecomposition: use correct type for flush_seqnum.
-rw-r--r-- | plugins/nle/nlecomposition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nle/nlecomposition.c b/plugins/nle/nlecomposition.c index 39838869..d3449142 100644 --- a/plugins/nle/nlecomposition.c +++ b/plugins/nle/nlecomposition.c @@ -170,7 +170,7 @@ struct _NleCompositionPrivate gboolean seeking_itself; gint real_eos_seqnum; gint next_eos_seqnum; - gint flush_seqnum; + guint32 flush_seqnum; /* 0 means that we already received the right caps or segment */ gint seqnum_to_restart_task; |