mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +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;
|
gboolean seeking_itself;
|
||||||
gint real_eos_seqnum;
|
gint real_eos_seqnum;
|
||||||
gint next_eos_seqnum;
|
gint next_eos_seqnum;
|
||||||
gint flush_seqnum;
|
guint32 flush_seqnum;
|
||||||
|
|
||||||
/* 0 means that we already received the right caps or segment */
|
/* 0 means that we already received the right caps or segment */
|
||||||
gint seqnum_to_restart_task;
|
gint seqnum_to_restart_task;
|
||||||
|
|
Loading…
Reference in a new issue