mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-08 00:18:54 +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)
|
_have_to_flush_downstream (GnlUpdateStackReason update_reason)
|
||||||
{
|
{
|
||||||
if (update_reason == COMP_UPDATE_STACK_ON_COMMIT ||
|
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 TRUE;
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue