From 9d8d07762765507929c08d4933a4c140c60d0e06 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 8 Jul 2014 23:00:29 +0200 Subject: [PATCH] composition: Fix the build Co-Authored by: Mathieu Duponchelle --- gnl/gnlcomposition.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index 0336847..01af430 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -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); -- 2.7.4