resindvd: printf format fixes
This commit is contained in:
parent
926493d12b
commit
02c5942325
@ -1232,7 +1232,7 @@ gst_flups_demux_parse_pack_start (GstFluPSDemux * demux)
|
|||||||
/* We keep the offset of this scr */
|
/* We keep the offset of this scr */
|
||||||
demux->last_scr_offset = demux->adapter_offset + 12;
|
demux->last_scr_offset = demux->adapter_offset + 12;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (demux, "SCR: 0x%08x SCRE: 0x%08x", scr, scr_ext);
|
GST_DEBUG_OBJECT (demux, "SCR: 0x%08x SCRE: 0x%08x", (guint) scr, scr_ext);
|
||||||
|
|
||||||
if (scr_ext) {
|
if (scr_ext) {
|
||||||
scr = (scr * 300 + scr_ext % 300) / 300;
|
scr = (scr * 300 + scr_ext % 300) / 300;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user