TimelineObject: Add missing argument to printf statement
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Nov 2009 10:56:58 +0000 (11:56 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Nov 2009 12:17:01 +0000 (13:17 +0100)
ges/ges-timeline-object.c

index 3ad6cde..4974c95 100644 (file)
@@ -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");