mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
rtpsirenpay: Put the bitrate in the RTP caps
The MS code seems to require the bitrate to interoperate and draft-ietf-avt-rtp-g7221-00 also has it.
This commit is contained in:
parent
d0a5c0f3e3
commit
dc61a71e5d
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||
"media = (string) \"audio\", "
|
||||
"payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", "
|
||||
"clock-rate = (int) 16000, "
|
||||
"encoding-name = (string) \"SIREN\", " "dct-length = (int) 320")
|
||||
"encoding-name = (string) \"SIREN\", "
|
||||
"bitrate = (string) \"16000\", " "dct-length = (int) 320")
|
||||
);
|
||||
|
||||
static gboolean gst_rtpsirenpay_setcaps (GstBaseRTPPayload * payload,
|
||||
|
|
Loading…
Reference in a new issue