composition: Remove DONE fixme
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Fri, 11 Jul 2014 15:25:44 +0000 (17:25 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:10 +0000 (11:58 +0100)
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>

gnl/gnlcomposition.c

index 70b37a7..42c8d46 100644 (file)
@@ -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;