mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpdtmfsrc: remove "ssrc" from caps
ssrc is uint and we don't have a uint range type
This commit is contained in:
parent
0a05748250
commit
917d491d63
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||
"media = (string) \"audio\", "
|
||||
"payload = (int) [ 96, 127 ], "
|
||||
"clock-rate = (int) [ 0, MAX ], "
|
||||
"ssrc = (int) [ 0, MAX ], "
|
||||
"encoding-name = (string) \"TELEPHONE-EVENT\"")
|
||||
/* "events = (string) \"0-15\" */
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue