TimelineObject: Add missing argument to printf statement

This commit is contained in:
Edward Hervey 2009-11-25 11:56:58 +01:00
parent 0493fbcc57
commit 5ddf789cb4

View file

@ -187,7 +187,8 @@ ges_timeline_object_create_track_object (GESTimelineObject * object,
if (res) { if (res) {
GST_DEBUG 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); ges_track_object_set_timeline_object (res, object);
GST_DEBUG ("Adding TrackObject to the list of controlled track objects"); GST_DEBUG ("Adding TrackObject to the list of controlled track objects");