From 5ddf789cb448816151f51dc14c1d31a696d26774 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 25 Nov 2009 11:56:58 +0100 Subject: [PATCH] TimelineObject: Add missing argument to printf statement --- ges/ges-timeline-object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ges/ges-timeline-object.c b/ges/ges-timeline-object.c index 3ad6cdec4a..4974c95c41 100644 --- a/ges/ges-timeline-object.c +++ b/ges/ges-timeline-object.c @@ -187,7 +187,8 @@ ges_timeline_object_create_track_object (GESTimelineObject * object, if (res) { GST_DEBUG - ("Got a TrackObject : %p , setting the timeline object as its creator"); + ("Got a TrackObject : %p , setting the timeline object as its creator", + res); ges_track_object_set_timeline_object (res, object); GST_DEBUG ("Adding TrackObject to the list of controlled track objects");