mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
mpegtspacketizer: Fix debug statement
This commit is contained in:
parent
8e28f335f4
commit
6043f7a578
1 changed files with 1 additions and 1 deletions
|
@ -1930,7 +1930,7 @@ record_pcr (MpegTSPacketizer2 * packetizer, MpegTSPCR * pcrtable,
|
|||
current->first_offset);
|
||||
GST_DEBUG ("Last PCR: +%" GST_TIME_FORMAT " offset: +%u",
|
||||
GST_TIME_ARGS (PCRTIME_TO_GSTTIME (current->pending[current->last].pcr)),
|
||||
current->pending[current->last].pcr);
|
||||
current->pending[current->last].offset);
|
||||
GST_DEBUG ("To add (corrected) PCR:%" GST_TIME_FORMAT " offset:%u",
|
||||
GST_TIME_ARGS (PCRTIME_TO_GSTTIME (corpcr)), coroffset);
|
||||
|
||||
|
|
Loading…
Reference in a new issue