[h323plus] a bug?

Bian bianxg at yahoo.cn
Wed May 7 09:32:37 EDT 2008


Hi,
Some MiscellaneousCommand will affect video decoder, such as videoFreezePicture. The code below can not receive videoFreezePicture.
BOOL H323Connection::OnH245_MiscellaneousCommand(
                 const H245_MiscellaneousCommand & pdu)
{
  H323Channel * chan = logicalChannels->FindChannel((unsigned)pdu.m_logicalChannelNumber, FALSE);
  if (chan != NULL)
    chan->OnMiscellaneousCommand(pdu.m_type);
  else
    PTRACE(3, "H245\tMiscellaneousCommand: is ignored chan=" << pdu.m_logicalChannelNumber
           << ", type=" << pdu.m_type.GetTagName());
  return TRUE;
}
Bian


      ___________________________________________________________ 
 雅虎邮箱,您的终生邮箱! 
http://cn.mail.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.packetizer.com/pipermail/h323plus/attachments/20080507/d9d92d7e/attachment-0004.html>


More information about the h323plus mailing list