mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
composition: Fix the build
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
This commit is contained in:
parent
123a940001
commit
9d8d077627
1 changed files with 2 additions and 1 deletions
|
@ -466,7 +466,8 @@ _seek_pipeline_func (SeekData * seekd)
|
|||
|
||||
priv->next_base_time = 0;
|
||||
|
||||
GST_FIXME_OBJECT (comp, "BE smarter and do not force pipeline update on"
|
||||
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)");
|
||||
seek_handling (seekd->comp, TRUE, TRUE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue