[MOVED FROM GST-P-FARSIGHT] Missing format directive

This commit is contained in:
Laurent Glayal 2009-02-18 13:30:44 -05:00 committed by Edward Hervey
parent 81aa0ce103
commit edca624b55

View file

@ -918,7 +918,7 @@ gst_rtp_dtmf_src_negotiate (GstBaseSrc * basesrc)
/* no pt field, use the internal pt */
pt = dtmfsrc->pt;
gst_structure_set (s, "payload", G_TYPE_INT, pt, NULL);
GST_LOG_OBJECT (dtmfsrc, "using internal pt", pt);
GST_LOG_OBJECT (dtmfsrc, "using internal pt %d", pt);
}
}