From: David Woodhouse Date: Sun, 25 Feb 2018 21:34:53 +0000 (+0100) Subject: Enforce mono X-Git-Tag: v0.9~70 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fc0581454b5049b7136d1577ff687d2c3eb25a5c;p=pidgin-chime.git Enforce mono --- diff --git a/gst-chime/gstrtpchimepay.c b/gst-chime/gstrtpchimepay.c index bdcba15..e011a18 100644 --- a/gst-chime/gstrtpchimepay.c +++ b/gst-chime/gstrtpchimepay.c @@ -50,7 +50,7 @@ GST_STATIC_PAD_TEMPLATE ("src", "media = (string) \"audio\", " "payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " "clock-rate = (int) 16000, " - "encoding-params = (string) \"2\", " + "encoding-params = (string) \"1\", " "encoding-name = (string) \"CHIME\"") );