From ad10b0185a47472b6be9a684a68cd854c46b0582 Mon Sep 17 00:00:00 2001 From: Josep Torra Date: Fri, 9 Oct 2009 15:59:25 +0200 Subject: [PATCH] tag: id3v2: fixes warnings building on macosx Another round on the formating of that debug line. --- gst-libs/gst/tag/id3v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/tag/id3v2.c b/gst-libs/gst/tag/id3v2.c index c7c1a11..fb0e42d 100644 --- a/gst-libs/gst/tag/id3v2.c +++ b/gst-libs/gst/tag/id3v2.c @@ -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), -- 2.7.4