mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[MOVED FROM GST-P-FARSIGHT] Correct caps printout
20070307114109-65035-124202884918a9c8a803080d6967234539d24b97.gz
This commit is contained in:
parent
b6c3f86355
commit
8806b93151
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue