mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
nlecomposition: use correct type for flush_seqnum.
This commit is contained in:
parent
1c1c9124b1
commit
199b86684f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue