diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-10-15 16:21:50 -0400 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:07 +0100 |
commit | a5c79750c44eb928d142033487c39a38a0a42187 (patch) | |
tree | 9e3936c4ee3038ed28d6b8f5703babf57d9677f5 /gst/dtmf | |
parent | 88578d09c37e924f00997900e0dc692cbd1ebe93 (diff) | |
download | gst-plugins-bad-a5c79750c44eb928d142033487c39a38a0a42187.tar.gz gst-plugins-bad-a5c79750c44eb928d142033487c39a38a0a42187.tar.bz2 gst-plugins-bad-a5c79750c44eb928d142033487c39a38a0a42187.zip |
[MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" field when specifying dtmf events
Diffstat (limited to 'gst/dtmf')
-rw-r--r-- | gst/dtmf/gstdtmfsrc.c | 4 | ||||
-rw-r--r-- | gst/dtmf/gstrtpdtmfsrc.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gst/dtmf/gstdtmfsrc.c b/gst/dtmf/gstdtmfsrc.c index 07359361..4b2f9a2b 100644 --- a/gst/dtmf/gstdtmfsrc.c +++ b/gst/dtmf/gstdtmfsrc.c @@ -64,7 +64,9 @@ * <entry>0-1</entry> * <entry>The application uses this field to specify which of the two methods * specified in RFC 2833 to use. The value should be 0 for tones and 1 for - * named events. This element is only capable of generating named events. + * named events. Tones are specified by their frequencies and events are specied + * by their number. This element can only take events as input. Do not confuse + * with "method" which specified the output. * </entry> * </row> * <row> diff --git a/gst/dtmf/gstrtpdtmfsrc.c b/gst/dtmf/gstrtpdtmfsrc.c index 58dceb46..48db3133 100644 --- a/gst/dtmf/gstrtpdtmfsrc.c +++ b/gst/dtmf/gstrtpdtmfsrc.c @@ -62,7 +62,9 @@ * <entry>0-1</entry> * <entry>The application uses this field to specify which of the two methods * specified in RFC 2833 to use. The value should be 0 for tones and 1 for - * named events. This element is only capable of generating named events. + * named events. Tones are specified by their frequencies and events are specied + * by their number. This element can only take events as input. Do not confuse + * with "method" which specified the output. * </entry> * </row> * <row> |