From 4df223f3257f29a14086b17c7904b13b71d5ab80 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 --- gst/rtp/gstrtpopuspay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtp/gstrtpopuspay.c b/gst/rtp/gstrtpopuspay.c index a5a6956..7a36dce 100644 --- a/gst/rtp/gstrtpopuspay.c +++ b/gst/rtp/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