mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
[MOVED FROM GST-P-FARSIGHT] Missing format directive
This commit is contained in:
parent
c50e962be0
commit
d89e80f1c9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue