summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
diff options
context:
space:
mode:
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2006-05-17 18:09:06 +0000
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2006-05-17 18:09:06 +0000
commit5ab4a7dd42a3229850cb251e8e2c5bd37204e5d4 (patch)
tree0d94f24ee73b3781c74197934c577f8432ec5b15 /gst/rtp/gstrtph263pay.c
parentb0c86b554c2886325c2fc4a4c939a4a5f116d5e3 (diff)
Fixed caps for H263 (not the same as H263+)
Original commit message from CVS: Fixed caps for H263 (not the same as H263+)
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);