avc: Dump timestamp information

This commit is contained in:
Quentin Smith 2011-04-19 13:53:23 -04:00 committed by David Schleef
parent 004f2541e4
commit 5ce26c5cc7

View file

@ -225,6 +225,9 @@ MyStructuredDataPushProc (UInt32 CycleDataCount,
if (avcsrc) {
for (UInt32 cycle = 0; cycle < CycleDataCount; cycle++) {
GST_LOG("Received cycle %lu of %lu - %lu packets (fw time %lx)",
cycle, CycleDataCount, pCycleData[cycle].tsPacketCount,
pCycleData[cycle].fireWireTimeStamp);
for (UInt32 sourcePacket = 0; sourcePacket < pCycleData[cycle].tsPacketCount;
sourcePacket++) {
GstBuffer *buffer;