[MOVED FROM GST-P-FARSIGHT] Make documentation consistent with itself

20070308223559-3e2dc-cc20fe571370bc51bf963cc3df1b8ab4a3ddc20b.gz
This commit is contained in:
Olivier Crete 2007-03-08 22:35:59 +00:00 committed by Edward Hervey
parent 516f1cb727
commit 18344ae7b2

View file

@ -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);