id3: fixes warnings building on macosx
authorJosep Torra <n770galaxy@gmail.com>
Fri, 9 Oct 2009 13:59:25 +0000 (15:59 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 9 Oct 2009 13:59:25 +0000 (15:59 +0200)
Another round on the formating of that debug line.

gst/id3demux/id3tags.c

index c7c1a11..fb0e42d 100644 (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),