From: David Woodhouse Date: Sat, 28 Apr 2018 06:02:07 +0000 (+0100) Subject: Add gst-chime README, homogenize licence to LGPLv2.1 X-Git-Tag: v0.9~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3301c3150b5e8de07c48d57e28ebbdda007f3be3;p=pidgin-chime.git Add gst-chime README, homogenize licence to LGPLv2.1 --- diff --git a/gst-chime/README b/gst-chime/README new file mode 100644 index 0000000..e6405c5 --- /dev/null +++ b/gst-chime/README @@ -0,0 +1,17 @@ +This is fairly much a straight copy of the Opus payloader from +gst-plugins-good, with two trivial modifications that weren't +acceptable upstream: + + • Change RTP clock rate to 16000 (#793765) + • Force mono encoding because the 'stereo' property doesn't work (#793763) + +I think the latter is a bug which should be fixed upstream, but +the former is undesirable there because 16000 is not a standard +clock rate and we don't really want people to use it by accident. + +So we end up with our own copy, and thus it's easier just to use +the brute force answer to the second bug because we never want stereo +in our version anyway. + +The licence header has been updated to LGPLv2.1 for uniformity +with the rest of the purple-chime code base. diff --git a/gst-chime/gstchime.c b/gst-chime/gstchime.c index 0b3b4b9..d260dd4 100644 --- a/gst-chime/gstchime.c +++ b/gst-chime/gstchime.c @@ -4,7 +4,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gst-chime/gstrtpchimedepay.c b/gst-chime/gstrtpchimedepay.c index 58c90a3..7f8beb9 100644 --- a/gst-chime/gstrtpchimedepay.c +++ b/gst-chime/gstrtpchimedepay.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gst-chime/gstrtpchimedepay.h b/gst-chime/gstrtpchimedepay.h index aca4275..dc5acf7 100644 --- a/gst-chime/gstrtpchimedepay.h +++ b/gst-chime/gstrtpchimedepay.h @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gst-chime/gstrtpchimepay.c b/gst-chime/gstrtpchimepay.c index e011a18..2cc25d0 100644 --- a/gst-chime/gstrtpchimepay.c +++ b/gst-chime/gstrtpchimepay.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/gst-chime/gstrtpchimepay.h b/gst-chime/gstrtpchimepay.h index ea0dcc2..c1e111a 100644 --- a/gst-chime/gstrtpchimepay.h +++ b/gst-chime/gstrtpchimepay.h @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of