From f20876b9dbe62b1a523d597b80c450ea82acb284 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 7 Nov 2017 11:26:58 -0300 Subject: [PATCH] auto-transition: Fix debug printf format --- ges/ges-auto-transition.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-auto-transition.c b/ges/ges-auto-transition.c index 3267edd4d8..18e41cf295 100644 --- a/ges/ges-auto-transition.c +++ b/ges/ges-auto-transition.c @@ -169,9 +169,9 @@ ges_auto_transition_new (GESTrackElement * transition, G_CALLBACK (_track_changed_cb), self); GST_DEBUG_OBJECT (self, "Created transition %" GST_PTR_FORMAT - " between %" GST_PTR_FORMAT "[% " GST_TIME_FORMAT + " between %" GST_PTR_FORMAT "[%" GST_TIME_FORMAT " - %" GST_TIME_FORMAT "] and: %" GST_PTR_FORMAT - "[% " GST_TIME_FORMAT " - %" GST_TIME_FORMAT "]" + "[%" GST_TIME_FORMAT " - %" GST_TIME_FORMAT "]" " in layer nb %i, start: %" GST_TIME_FORMAT " duration: %" GST_TIME_FORMAT, transition, previous_source, GST_TIME_ARGS (_START (previous_source)), -- 2.34.1