mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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) {
|
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…
Reference in a new issue