mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
composition: Forward flushes on initialization
This commit is contained in:
parent
494303c263
commit
5c1b2133a5
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ static inline gboolean
|
|||
_have_to_flush_downstream (GnlUpdateStackReason update_reason)
|
||||
{
|
||||
if (update_reason == COMP_UPDATE_STACK_ON_COMMIT ||
|
||||
update_reason == COMP_UPDATE_STACK_ON_SEEK)
|
||||
update_reason == COMP_UPDATE_STACK_ON_SEEK ||
|
||||
update_reason == COMP_UPDATE_STACK_INITIALIZE)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue