projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c3f86
)
[MOVED FROM GST-P-FARSIGHT] Correct caps printout
author
zeeshan.ali@nokia.com
<zeeshan.ali@nokia.com>
Wed, 7 Mar 2007 11:41:09 +0000
(11:41 +0000)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 21 Feb 2009 16:47:56 +0000
(17:47 +0100)
20070307114109
-65035-
124202884918a9c8a803080d6967234539d24b97
.gz
gst/rtpdtmf/gstrtpdtmfsrc.c
patch
|
blob
|
history
diff --git
a/gst/rtpdtmf/gstrtpdtmfsrc.c
b/gst/rtpdtmf/gstrtpdtmfsrc.c
index 5ba97b0de6123c974c40480abdc10b960ed7f7a7..5d84b6ae3af05aa39c6f7da661bd766b5195f6fa 100644
(file)
--- a/
gst/rtpdtmf/gstrtpdtmfsrc.c
+++ b/
gst/rtpdtmf/gstrtpdtmfsrc.c
@@
-615,8
+615,8
@@
gst_rtp_dtmf_src_set_caps (GstRTPDTMFSrc *dtmfsrc)
"seqnum-base", G_TYPE_UINT, dtmfsrc->seqnum_base, NULL);
if (!gst_pad_set_caps (dtmfsrc->srcpad, caps)) {
- GST_ERROR_OBJECT (dtmfsrc,
"Failed to set caps % on src pad",
-
GST_PTR_FORMAT
, caps);
+ GST_ERROR_OBJECT (dtmfsrc,
+
"Failed to set caps %" GST_PTR_FORMAT " on src pad"
, caps);
}
gst_caps_unref (caps);