id3: fixes warnings building on macosx

Another round on the formating of that debug line.
This commit is contained in:
Josep Torra 2009-10-09 15:59:25 +02:00
parent 53cb3e2716
commit 114dbba7ad

View file

@ -469,7 +469,7 @@ id3demux_id3v2_frames_to_tag_list (ID3TagsWorking * work, guint size)
#if 1
GST_LOG
("Frame @ %ld (0x%02x) id %s size %ld, next=%ld (0x%02x) obsolete=%d",
("Frame @ %ld (0x%02lx) id %s size %u, next=%ld (0x%02lx) obsolete=%d",
(glong) (work->hdr.frame_data - start),
(glong) (work->hdr.frame_data - start), frame_id, frame_size,
(glong) (work->hdr.frame_data + frame_hdr_size + frame_size - start),