Hi All,
There is a typo in the MprBridge.cpp file, where there should be
inputs there be outputs.
Diff attached.
--
Regards
Paul Whitfield
Software Engineer
15 Hector St Osborne Park
Perth WA 6017
P: +61 8 9445 2633
F: +61 8 9445 1687
I: www.omnitronics.com.au <http://www.omnitronics.com.au>
Please consider the environment before printing this email.
This message and any attachment are confidential. If you are not the
intended recipient, please telephone or email the sender and delete the
message and any attachment from your system. If you are not the intended
recipient you must not copy this message or attachment or disclose the
contents to any other person.
Index: sipXmediaLib/src/mp/MprBridge.cpp
===================================================================
--- sipXmediaLib/src/mp/MprBridge.cpp (revision 10991)
+++ sipXmediaLib/src/mp/MprBridge.cpp (working copy)
@@ -227,7 +227,7 @@
MpBridgeGain *pGainsCopy = new MpBridgeGain[numWeights];
memcpy(pGainsCopy, gains, numWeights*sizeof(MpBridgeGain));
- MpFlowGraphMsg msg(SET_WEIGHTS_FOR_OUTPUT, this,
+ MpFlowGraphMsg msg(SET_WEIGHTS_FOR_INPUT, this,
(void*)pGainsCopy, NULL,
bridgeInputPort, numWeights);
return postMessage(msg);
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/