mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
avc: Dump timestamp information
This commit is contained in:
parent
004f2541e4
commit
5ce26c5cc7
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue