summaryrefslogtreecommitdiffstats
path: root/gst/id3demux
diff options
context:
space:
mode:
Diffstat (limited to 'gst/id3demux')
-rw-r--r--gst/id3demux/id3v2frames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/id3demux/id3v2frames.c b/gst/id3demux/id3v2frames.c
index 96fa88ec..8f4711a7 100644
--- a/gst/id3demux/id3v2frames.c
+++ b/gst/id3demux/id3v2frames.c
@@ -133,8 +133,8 @@ id3demux_id3v2_parse_frame (ID3TagsWorking * work)
}
if (destSize != work->parse_size) {
GST_WARNING
- ("Decompressing ID3v2 frame %s did not produce expected size %d bytes (got %d)",
- tag_name, work->parse_data, destSize);
+ ("Decompressing ID3v2 frame %s did not produce expected size %d bytes (got %lu)",
+ tag_name, work->parse_size, destSize);
return FALSE;
}
#else