Module: sems
Branch: master
Commit: 88621e6e38213c30d2f23f3b56ca84ecd1f3b33c
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=88621e6e38213c30d2f23f3b56ca84ecd1f3b33c

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Thu May  3 17:57:12 2012 +0200

c/f: add missing advertised rate for codec

---

 core/plug-in/g729/g729.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/plug-in/g729/g729.c b/core/plug-in/g729/g729.c
index a850345..4e0131e 100644
--- a/core/plug-in/g729/g729.c
+++ b/core/plug-in/g729/g729.c
@@ -77,7 +77,7 @@ BEGIN_EXPORTS( "g729", AMCI_NO_MODULEINIT, 
AMCI_NO_MODULEDESTROY)
     END_CODECS
     
     BEGIN_PAYLOADS
-      PAYLOAD( G729_PAYLOAD_ID, "G729", 8000, 1, CODEC_G729, 
AMCI_PT_AUDIO_FRAME )
+    PAYLOAD( G729_PAYLOAD_ID, "G729", 8000, 8000, 1, CODEC_G729, 
AMCI_PT_AUDIO_FRAME )
     END_PAYLOADS
 
     BEGIN_FILE_FORMATS

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to