diff options
Diffstat (limited to 'gst/rtp/gstrtph263ppay.c')
| -rw-r--r-- | gst/rtp/gstrtph263ppay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c index d41e5fa6..c35de198 100644 --- a/gst/rtp/gstrtph263ppay.c +++ b/gst/rtp/gstrtph263ppay.c @@ -43,7 +43,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-rtp, " "media = (string) \"video\", " - "payload = (int) [ 96, 255 ], " + "payload = (int) [ 96, 127 ], " "clock-rate = (int) 90000, " "encoding-name = (string) \"H263-1998\"") ); |
