From c82a2d4aa07790456046184fa7d90fbd97624631 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 24 Mar 2015 13:56:21 -0400 Subject: [PATCH] rtpopuspay: Set the number of channels to 2 as per RFC draft https://bugzilla.gnome.org/show_bug.cgi?id=746617 --- ext/opus/gstrtpopuspay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/opus/gstrtpopuspay.c b/ext/opus/gstrtpopuspay.c index a5a6956..7a36dce 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\" }") ); -- 2.7.4