[asterisk-scf-commits] asterisk-scf/integration/media_rtp_pjmedia.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Aug 18 09:37:04 CDT 2010
branch "master" has been updated
via 0acd3bd9fbb4276ef16e7e1d582c43138f49d105 (commit)
from 6ddd3b98d2459117271ba2b060068f7b00b61eb8 (commit)
Summary of changes:
test/TestRTPpjmedia.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0acd3bd9fbb4276ef16e7e1d582c43138f49d105
Author: Joshua Colp <jcolp at digium.com>
Date: Wed Aug 18 11:49:39 2010 -0300
Fix a comment. I can speak english, usually.
diff --git a/test/TestRTPpjmedia.cpp b/test/TestRTPpjmedia.cpp
index 435aeb6..48b76be 100644
--- a/test/TestRTPpjmedia.cpp
+++ b/test/TestRTPpjmedia.cpp
@@ -533,7 +533,7 @@ BOOST_AUTO_TEST_CASE(TransmitandReceiveFrame)
AudioFramePtr frame = new AudioFrame();
frame->mediaformat = format;
- /* Populate the payload with some useless data, but even to confirm the payload passes unaltered. */
+ /* Populate the payload with some useless data, but enough to confirm the payload passes unaltered. */
frame->payload.push_back('a');
frame->payload.push_back('b');
frame->payload.push_back('c');
-----------------------------------------------------------------------
--
asterisk-scf/integration/media_rtp_pjmedia.git
More information about the asterisk-scf-commits
mailing list