summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <olivier.crete@collabora.com>2015-03-24 13:56:21 -0400
committerTim-Philipp Müller <tim@centricular.com>2016-02-17 14:58:01 +0000
commit4df223f3257f29a14086b17c7904b13b71d5ab80 (patch)
treeb2aa5adf2ba4ff8c23acf39c5d4d3ea005849020
parentbbb1143ca36f9e201a6236dcfed384d44b26b4e4 (diff)
downloadgstreamer-plugins-good-4df223f3257f29a14086b17c7904b13b71d5ab80.tar.gz
rtpopuspay: Set the number of channels to 2 as per RFC draft
https://bugzilla.gnome.org/show_bug.cgi?id=746617
-rw-r--r--gst/rtp/gstrtpopuspay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpopuspay.c b/gst/rtp/gstrtpopuspay.c
index a5a69569e..7a36dceaa 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\" }")
);