diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-01-25 20:37:09 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-01-25 20:45:43 -0500 |
commit | 917d491d63250d046975a55034b3f4e9fc8142d1 (patch) | |
tree | e6293de770a272a85cb19a524655d2e33aabd06a | |
parent | 0a05748250dd392286dd0f3cb3180c12d67a1208 (diff) | |
download | gstreamer-plugins-bad-917d491d63250d046975a55034b3f4e9fc8142d1.tar.gz |
rtpdtmfsrc: remove "ssrc" from caps
ssrc is uint and we don't have a uint range type
-rw-r--r-- | gst/dtmf/gstrtpdtmfsrc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/dtmf/gstrtpdtmfsrc.c b/gst/dtmf/gstrtpdtmfsrc.c index ce9b4eb9c..5c166e7d3 100644 --- a/gst/dtmf/gstrtpdtmfsrc.c +++ b/gst/dtmf/gstrtpdtmfsrc.c @@ -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\" */ ); |