<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: e7d68a79dc7838d74e7b8985494dcde532910d32 (commit)
from: 8f565277e3a9e814c12779f3d51f2527a081ef99 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments:
change signalling name to avoid polluting the namespace before its ready
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/codecs/mod_opus/mod_opus.c b/src/mod/codecs/mod_opus/mod_opus.c</span>
<span style="color: #000080; font-weight: bold">index 341254f..ddb5a7a 100644</span>
<span style="color: #A00000">--- a/src/mod/codecs/mod_opus/mod_opus.c</span>
<span style="color: #00A000">+++ b/src/mod/codecs/mod_opus/mod_opus.c</span>
<span style="color: #800080; font-weight: bold">@@ -151,11 +151,11 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opus_load)</span>
        /* connect my internal structure to the blank pointer passed to me */
        *module_interface = switch_loadable_module_create_module_interface(pool, modname);
<span style="color: #A00000">-        SWITCH_ADD_CODEC(codec_interface, "OPUS (BETA)");</span>
<span style="color: #00A000">+        SWITCH_ADD_CODEC(codec_interface, "OPUS (BETA 0.9.0)");</span>
        switch_core_codec_add_implementation(pool, codec_interface, SWITCH_CODEC_TYPE_AUDIO,        /* enumeration defining the type of the codec */
                                                                                 115,        /* the IANA code number */
<span style="color: #A00000">-                                                                                 "OPUS",        /* the IANA code name */</span>
<span style="color: #00A000">+                                                                                 "Opus-0.9.0",/* the IANA code name */</span>
                                                                                 NULL,        /* default fmtp to send (can be overridden by the init function) */
                                                                                 48000,        /* samples transferred per second */
                                                                                 48000,        /* actual samples transferred per second */
<span style="color: #800080; font-weight: bold">@@ -174,7 +174,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opus_load)</span>
        switch_core_codec_add_implementation(pool, codec_interface, SWITCH_CODEC_TYPE_AUDIO,        /* enumeration defining the type of the codec */
                                                                                 115,        /* the IANA code number */
<span style="color: #A00000">-                                                                                 "OPUS",        /* the IANA code name */</span>
<span style="color: #00A000">+                                                                                 "Opus-0.9.0",        /* the IANA code name */</span>
                                                                                 NULL,        /* default fmtp to send (can be overridden by the init function) */
                                                                                 48000,        /* samples transferred per second */
                                                                                 48000,        /* actual samples transferred per second */
</pre></div>
========================================================================<pre>
Summary of changes:
src/mod/codecs/mod_opus/mod_opus.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>