jingle_rtp: Use the correct element name for ssrc.
This commit is contained in:
parent
dfd28eaf40
commit
8c21efb2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ generate_element!(
|
||||||
ssrc_groups: Vec<Group> = ("ssrc-group", JINGLE_SSMA) => Group,
|
ssrc_groups: Vec<Group> = ("ssrc-group", JINGLE_SSMA) => Group,
|
||||||
|
|
||||||
/// List of ssrc.
|
/// List of ssrc.
|
||||||
ssrcs: Vec<Source> = ("ssrc", JINGLE_SSMA) => Source
|
ssrcs: Vec<Source> = ("source", JINGLE_SSMA) => Source
|
||||||
|
|
||||||
// TODO: Add support for <encryption/> and <bandwidth/>.
|
// TODO: Add support for <encryption/> and <bandwidth/>.
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue