mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
composition: Set update to TRUE when updating the stack because of EOS
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
This commit is contained in:
parent
afc483b69d
commit
b7265ecde2
1 changed files with 1 additions and 1 deletions
|
@ -2331,7 +2331,7 @@ update_pipeline_func (GnlComposition * comp)
|
||||||
priv->segment->stop = priv->segment_start;
|
priv->segment->stop = priv->segment_start;
|
||||||
}
|
}
|
||||||
|
|
||||||
seek_handling (comp, TRUE, FALSE);
|
seek_handling (comp, TRUE, TRUE);
|
||||||
|
|
||||||
/* Post segment done if last seek was a segment seek */
|
/* Post segment done if last seek was a segment seek */
|
||||||
if (!priv->current && (priv->segment->flags & GST_SEEK_FLAG_SEGMENT)) {
|
if (!priv->current && (priv->segment->flags & GST_SEEK_FLAG_SEGMENT)) {
|
||||||
|
|
Loading…
Reference in a new issue