diff options
m--------- | common | 0 | ||||
-rw-r--r-- | gst/rtp/gstrtph263pay.c | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common b/common -Subproject 3062df90281144cbdb55bd58ee9f0714ab346c2 +Subproject 8eb9ea46137c34191bdbeca946ca4419ba573b5 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); |