summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-03-24 13:56:21 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-03-25 15:25:29 -0400
commitc82a2d4aa07790456046184fa7d90fbd97624631 (patch)
tree097d2f2e5bcd75e50d2328b154a5dff53a46841e /ext
parent9e6198d9efc29a7f5f541a71a87a6187f4828e3b (diff)
downloadgstreamer-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')
-rw-r--r--ext/opus/gstrtpopuspay.c1
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\" }")
);