From d83dfd64022e6b7098a2dff55bd0a5f1caddb2ec Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 8 Sep 2009 18:47:46 +0200 Subject: [PATCH] CustomTimelineSource: Fix typo in debug statement --- ges/ges-custom-timeline-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-custom-timeline-source.c b/ges/ges-custom-timeline-source.c index ca01770..c9102d7 100644 --- a/ges/ges-custom-timeline-source.c +++ b/ges/ges-custom-timeline-source.c @@ -85,7 +85,7 @@ ges_cust_timeline_src_fill_track_object (GESTimelineObject * object, { gboolean res; - GST_DEBUG ("Calling callback (timelineobj:%p, trackobj:%, gnlobj:%p)", + GST_DEBUG ("Calling callback (timelineobj:%p, trackobj:%p, gnlobj:%p)", object, trobject, gnlobj); res = -- 2.7.4