rtpopuspay: Set the number of channels to 2 as per RFC draft
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 24 Mar 2015 17:56:21 +0000 (13:56 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Wed, 25 Mar 2015 19:25:29 +0000 (15:25 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=746617

ext/opus/gstrtpopuspay.c

index a5a6956..7a36dce 100644 (file)
@@ -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\" }")
     );