From: Philippe Kalaf Date: Wed, 17 May 2006 18:09:06 +0000 (+0000) Subject: Fixed caps for H263 (not the same as H263+) X-Git-Tag: 1.19.3~509^2~12736 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ab4a7dd42a3229850cb251e8e2c5bd37204e5d4;p=platform%2Fupstream%2Fgstreamer.git Fixed caps for H263 (not the same as H263+) Original commit message from CVS: Fixed caps for H263 (not the same as H263+) --- diff --git a/common b/common index 3062df9..8eb9ea4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3062df90281144cbdb55bd58ee9f0714ab346c23 +Subproject commit 8eb9ea46137c34191bdbeca946ca4419ba573b51 diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c index a919067..6291e56 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);