mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
tag: id3v2: fixes warnings building on macosx
Another round on the formating of that debug line.
This commit is contained in:
parent
aa6ff34c57
commit
ad10b0185a
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue