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:
Mathieu Duponchelle 2014-07-11 12:20:53 +02:00 committed by Thibault Saunier
parent afc483b69d
commit b7265ecde2

View file

@ -2331,7 +2331,7 @@ update_pipeline_func (GnlComposition * comp)
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 */
if (!priv->current && (priv->segment->flags & GST_SEEK_FLAG_SEGMENT)) {