diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-03-24 13:56:21 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2015-03-25 15:25:29 -0400 |
commit | c82a2d4aa07790456046184fa7d90fbd97624631 (patch) | |
tree | 097d2f2e5bcd75e50d2328b154a5dff53a46841e /ext/opus | |
parent | 9e6198d9efc29a7f5f541a71a87a6187f4828e3b (diff) | |
download | gstreamer-plugins-bad-c82a2d4aa07790456046184fa7d90fbd97624631.tar.gz |
rtpopuspay: Set the number of channels to 2 as per RFC draft
https://bugzilla.gnome.org/show_bug.cgi?id=746617
Diffstat (limited to 'ext/opus')
-rw-r--r-- | ext/opus/gstrtpopuspay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opus/gstrtpopuspay.c b/ext/opus/gstrtpopuspay.c index a5a69569e..7a36dceaa 100644 --- a/ext/opus/gstrtpopuspay.c +++ b/ext/opus/gstrtpopuspay.c @@ -48,6 +48,7 @@ GST_STATIC_PAD_TEMPLATE ("src", "media = (string) \"audio\", " "payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " "clock-rate = (int) 48000, " + "encoding-params = (string) \"2\", " "encoding-name = (string) { \"OPUS\", \"X-GST-OPUS-DRAFT-SPITTKA-00\" }") ); |