|
|
|
@ -178,8 +178,8 @@ void CCodecStream::Task(void)
|
|
|
|
m_StatsTimer.start();
|
|
|
|
m_StatsTimer.start();
|
|
|
|
m_uiTotalPackets++;
|
|
|
|
m_uiTotalPackets++;
|
|
|
|
m_TCWriter.Send(Frame->GetCodecPacket());
|
|
|
|
m_TCWriter.Send(Frame->GetCodecPacket());
|
|
|
|
#ifdef debug
|
|
|
|
#ifdef DEBUG
|
|
|
|
std::cout << "Sent a packet to the transcoder from module '" << Frame->GetCodecPacket().module << "'" << std::endl;
|
|
|
|
std::cout << "Sent a packet to the transcoder from module '" << Frame->GetCodecPacket()->module << "'" << std::endl;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// and push to our local queue
|
|
|
|
// and push to our local queue
|
|
|
|
|