summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg711dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpg711dec.c')
-rw-r--r--gst/rtp/gstrtpg711dec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpg711dec.c b/gst/rtp/gstrtpg711dec.c
index e39f7d5b..216dc386 100644
--- a/gst/rtp/gstrtpg711dec.c
+++ b/gst/rtp/gstrtpg711dec.c
@@ -48,12 +48,12 @@ static GstStaticPadTemplate gst_rtpg711dec_sink_template =
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"audio\", "
- "payload = (int) 0, "
+ "payload = (int) [ 0, 255 ], "
"clock-rate = (int) 8000, "
"encoding-name = (string) \"PCMU\"; "
"application/x-rtp, "
"media = (string) \"audio\", "
- "payload = (int) 8, "
+ "payload = (int) [ 0, 255 ], "
"clock-rate = (int) 8000, " "encoding-name = (string) \"PCMA\"")
);