summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph263pay.c')
-rw-r--r--gst/rtp/gstrtph263pay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c
index a9190675..6291e562 100644
--- a/gst/rtp/gstrtph263pay.c
+++ b/gst/rtp/gstrtph263pay.c
@@ -158,8 +158,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"video\", "
- "payload = (int) [ 96, 127 ], "
- "clock-rate = (int) 90000, " "encoding-name = (string) \"H263-1998\"")
+ "payload = (int) 34, "
+ "clock-rate = (int) 90000, " "encoding-name = (string) \"H263\"")
);
static void gst_rtp_h263_pay_class_init (GstRtpH263PayClass * klass);