summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpspeexdepay.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-14 20:05:45 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-14 20:05:45 +0000
commit373a168834f300793f6d00e64d2f30b2838e35c9 (patch)
tree525a4bb2e8611f61b33cd1a7210ac6835850cd0e /gst/rtp/gstrtpspeexdepay.c
parent9a6ca70be2a0629c70ff22de76148ee85d572642 (diff)
Set clock rate to be fixed in 8000. It fixes bug #324012.
Original commit message from CVS: Set clock rate to be fixed in 8000. It fixes bug #324012.
Diffstat (limited to 'gst/rtp/gstrtpspeexdepay.c')
-rw-r--r--gst/rtp/gstrtpspeexdepay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpspeexdepay.c b/gst/rtp/gstrtpspeexdepay.c
index c800c62d..c0ff29b5 100644
--- a/gst/rtp/gstrtpspeexdepay.c
+++ b/gst/rtp/gstrtpspeexdepay.c
@@ -46,7 +46,6 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"audio\", "
- "payload = (int) [ 96, 127 ], "
"clock-rate = (int) [6000, 48000], "
"encoding-name = (string) \"speex\", "
"encoding-params = (string) \"1\"")