projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81aa0ce
)
[MOVED FROM GST-P-FARSIGHT] Missing format directive
author
Laurent Glayal
<spglegle@yahoo.fr>
Wed, 18 Feb 2009 18:30:44 +0000
(13:30 -0500)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:07 +0000
(17:48 +0100)
gst/dtmf/gstrtpdtmfsrc.c
patch
|
blob
|
history
diff --git
a/gst/dtmf/gstrtpdtmfsrc.c
b/gst/dtmf/gstrtpdtmfsrc.c
index 48db31337e38dc48486312c46e813d0565fc4623..588cda493e434414002d942073877482be48c3a9 100644
(file)
--- a/
gst/dtmf/gstrtpdtmfsrc.c
+++ b/
gst/dtmf/gstrtpdtmfsrc.c
@@
-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);
}
}