mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
composition: Remove DONE fixme
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
This commit is contained in:
parent
d038e53db8
commit
668331561b
1 changed files with 0 additions and 4 deletions
|
@ -479,10 +479,6 @@ _seek_pipeline_func (SeekData * seekd)
|
|||
|
||||
priv->next_base_time = 0;
|
||||
|
||||
GST_FIXME_OBJECT (seekd->comp,
|
||||
"BE smarter and do not force pipeline update on"
|
||||
" seek (though it just does basic comparision and not full rebuild)");
|
||||
|
||||
priv->reset_time = TRUE;
|
||||
seek_handling (seekd->comp, TRUE, FALSE, TRUE);
|
||||
priv->reset_time = FALSE;
|
||||
|
|
Loading…
Reference in a new issue