mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
[MOVED FROM GST-P-FARSIGHT] Make documentation consistent with itself
20070308223559-3e2dc-cc20fe571370bc51bf963cc3df1b8ab4a3ddc20b.gz
This commit is contained in:
parent
516f1cb727
commit
18344ae7b2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
* <para>
|
* <para>
|
||||||
* <programlisting>
|
* <programlisting>
|
||||||
* structure = gst_structure_new ("dtmf-event",
|
* 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,
|
* "number", G_TYPE_INT, 1,
|
||||||
* "volume", G_TYPE_INT, 25,
|
* "volume", G_TYPE_INT, 25,
|
||||||
* "start", G_TYPE_BOOLEAN, TRUE, NULL);
|
* "start", G_TYPE_BOOLEAN, TRUE, NULL);
|
||||||
|
|
Loading…
Reference in a new issue