nlecomposition: use correct type for flush_seqnum.

This commit is contained in:
Mathieu Duponchelle 2016-01-09 05:15:47 +01:00
parent 1c1c9124b1
commit 199b86684f

View file

@ -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;