diff options
author | Olivier Crete <olivier.crete@collabora.co.uk> | 2007-09-17 17:51:33 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:04 +0100 |
commit | 8d2d39a3a62f39af1a88b9a8905f762807c24ed8 (patch) | |
tree | a1e83a50e090e75a80ed4dca66c794f0daf1f421 /gst | |
parent | 833252112191b2b6ff0b4b071a90f06aaeb8d6e8 (diff) | |
download | gst-plugins-bad-8d2d39a3a62f39af1a88b9a8905f762807c24ed8.tar.gz gst-plugins-bad-8d2d39a3a62f39af1a88b9a8905f762807c24ed8.tar.bz2 gst-plugins-bad-8d2d39a3a62f39af1a88b9a8905f762807c24ed8.zip |
[MOVED FROM GST-P-FARSIGHT] events dont yet belong in the caps
20070917175133-3e2dc-fd1d83b7826b898110fc571ae7c3440f1887434d.gz
Diffstat (limited to 'gst')
-rw-r--r-- | gst/dtmf/gstrtpdtmfsrc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/dtmf/gstrtpdtmfsrc.c b/gst/dtmf/gstrtpdtmfsrc.c index 5c979cf1..faa4c3e1 100644 --- a/gst/dtmf/gstrtpdtmfsrc.c +++ b/gst/dtmf/gstrtpdtmfsrc.c @@ -194,8 +194,9 @@ GST_STATIC_PAD_TEMPLATE ("src", "payload = (int) [ 96, 127 ], " "clock-rate = (int) [ 0, MAX ], " "ssrc = (int) [ 0, MAX ], " - "events = (int) [ " MIN_EVENT_STRING ", " MAX_EVENT_STRING " ], " "encoding-name = (string) \"telephone-event\"") + /* "events = (string) \"1-16\" */ + ); |