composition: Fix the build
authorThibault Saunier <tsaunier@gnome.org>
Tue, 8 Jul 2014 21:00:29 +0000 (23:00 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:09 +0000 (11:58 +0100)
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>

gnl/gnlcomposition.c

index 0336847..01af430 100644 (file)
@@ -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);