From ea254c4621108efa30c1cc4366f8fb09d8cbc8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 7 May 2012 16:11:26 +0100 Subject: [PATCH] ges: fix printf arguments in debug message https://bugzilla.gnome.org/show_bug.cgi?id=675547 --- ges/ges-track-video-transition.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ges/ges-track-video-transition.c b/ges/ges-track-video-transition.c index 47999fa1c8..3390f3c2b3 100644 --- a/ges/ges-track-video-transition.c +++ b/ges/ges-track-video-transition.c @@ -537,7 +537,8 @@ remove_smpte_from_bin (GESTrackVideoTransitionPrivate * priv, GstPad * sink) if (smpte == NULL) { gst_object_unref (smpte_src); - GST_ERROR ("The pad %p has no parent element. This should not happen"); + GST_ERROR ("The pad %" GST_PTR_FORMAT " has no parent element. " + "This should not happen", smpte_src); return (NULL); }