[mythtv-commits] Ticket #2147: pes assembler
MythTV
mythtv at cvs.mythtv.org
Thu Aug 10 12:50:04 UTC 2006
#2147: pes assembler
--------------------------------------------+-------------------------------
Reporter: Janne <janne-mythtv at grunau.be> | Owner: danielk
Type: patch | Status: new
Priority: minor | Milestone:
Component: dvb | Version: head
Severity: medium | Resolution:
--------------------------------------------+-------------------------------
Comment (by anonymous):
Issue not entirely solved. valgrind reports following error
{{{
==31579== Conditional jump or move depends on uninitialised value(s)
==31579== at 0x52BF80F: NetworkInformationTable::Parse() const
(dvbtables.cpp:16)
==31579== by 0x52EF440:
NetworkInformationTable::NetworkInformationTable(PSIPTable const&)
(dvbtables.h:30)
==31579== by 0x52E75AA: DVBStreamData::HandleTables(unsigned, PSIPTable
const&) (dvbstreamdata.cpp:210)
==31579== by 0x52C8581: MPEGStreamData::HandleTSTables(TSPacket const*)
(mpegstreamdata.cpp:684)
==31579== by 0x52C1C51: MPEGStreamData::ProcessTSPacket(TSPacket
const&) (mpegstreamdata.cpp:722)
==31579== by 0x52C1D6F: MPEGStreamData::ProcessData(unsigned char*,
int) (mpegstreamdata.cpp:707)
==31579== by 0x5580FB3: DVBSignalMonitor::RunTableMonitorTS()
(dvbsignalmonitor.cpp:386)
==31579== by 0x558175F: DVBSignalMonitor::RunTableMonitor()
(dvbsignalmonitor.cpp:563)
==31579== by 0x558177E: DVBSignalMonitor::TableMonitorThread(void*)
(dvbsignalmonitor.cpp:173)
==31579== by 0x88F3019: start_thread (pthread_create.c:261)
==31579== by 0x8F1C482: clone (in /lib64/libc-2.3.6.so)
}}}
and I see sometimes a bunch of "AddTSPacket: Out of sync!!! Need to wait
for next payloadStart PID: 0x12, continuity counter: 6 (expected 5)."
The continuity counter is always expected+1.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2147#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list