mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 12:34:15 +00:00
Fixed caps for H263 (not the same as H263+)
Original commit message from CVS: Fixed caps for H263 (not the same as H263+)
This commit is contained in:
parent
b0c86b554c
commit
5ab4a7dd42
2 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 3062df90281144cbdb55bd58ee9f0714ab346c23
|
||||
Subproject commit 8eb9ea46137c34191bdbeca946ca4419ba573b51
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue