mpegtsdemux: use G_GUINT64_FORMAT as format specifier for guint64

fixes compilation on 32bit
This commit is contained in:
Janne Grunau 2011-02-17 21:33:56 +01:00 committed by David Schleef
parent df1a470d5d
commit 92d5ea2926

View file

@ -823,7 +823,8 @@ mpegts_base_handle_psi (MpegTSBase * base, MpegTSPacketizerSection * section)
if (base->first_pat_offset == -1) {
base->first_pat_offset = GST_BUFFER_OFFSET (section->buffer);
GST_DEBUG ("First PAT offset: %d", base->first_pat_offset);
GST_DEBUG ("First PAT offset: %" G_GUINT64_FORMAT,
base->first_pat_offset);
}
} else