summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2007-03-08 22:35:59 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:47:58 +0100
commit18344ae7b2ee27471910dd98d1d32d9e69173885 (patch)
tree5b2d8ee753304f8373eef4712209f2da18a335a4
parent516f1cb7270aef1ffad91abadf9d45682633650c (diff)
downloadgst-plugins-bad-18344ae7b2ee27471910dd98d1d32d9e69173885.tar.gz
gst-plugins-bad-18344ae7b2ee27471910dd98d1d32d9e69173885.tar.bz2
gst-plugins-bad-18344ae7b2ee27471910dd98d1d32d9e69173885.zip
[MOVED FROM GST-P-FARSIGHT] Make documentation consistent with itself
20070308223559-3e2dc-cc20fe571370bc51bf963cc3df1b8ab4a3ddc20b.gz
-rw-r--r--gst/rtpdtmf/gstrtpdtmfsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpdtmf/gstrtpdtmfsrc.c b/gst/rtpdtmf/gstrtpdtmfsrc.c
index a748c5cb..26ac5f93 100644
--- a/gst/rtpdtmf/gstrtpdtmfsrc.c
+++ b/gst/rtpdtmf/gstrtpdtmfsrc.c
@@ -99,7 +99,7 @@
* <para>
* <programlisting>
* structure = gst_structure_new ("dtmf-event",
- * "type", G_TYPE_INT, GST_RTP_DTMF_TYPE_EVENT,
+ * "type", G_TYPE_INT, 1,
* "number", G_TYPE_INT, 1,
* "volume", G_TYPE_INT, 25,
* "start", G_TYPE_BOOLEAN, TRUE, NULL);