avc: Dump timestamp information
This commit is contained in:
parent
004f2541e4
commit
5ce26c5cc7
@ -225,6 +225,9 @@ MyStructuredDataPushProc (UInt32 CycleDataCount,
|
|||||||
|
|
||||||
if (avcsrc) {
|
if (avcsrc) {
|
||||||
for (UInt32 cycle = 0; cycle < CycleDataCount; cycle++) {
|
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;
|
for (UInt32 sourcePacket = 0; sourcePacket < pCycleData[cycle].tsPacketCount;
|
||||||
sourcePacket++) {
|
sourcePacket++) {
|
||||||
GstBuffer *buffer;
|
GstBuffer *buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user