ges: fix printf arguments in debug message

https://bugzilla.gnome.org/show_bug.cgi?id=675547
This commit is contained in:
Tim-Philipp Müller 2012-05-07 16:11:26 +01:00
parent 2e52fe15f0
commit ea254c4621

View file

@ -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);
}