mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tests/icles/metadata_editor.c: Printf format fix.
Original commit message from CVS: * tests/icles/metadata_editor.c: Printf format fix.
This commit is contained in:
parent
7fa405c9c9
commit
b89495a8c2
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-27 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/icles/metadata_editor.c:
|
||||
Printf format fix.
|
||||
|
||||
2008-01-27 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/soundtouch/gstpitch.cc:
|
||||
|
|
|
@ -199,7 +199,8 @@ change_tag_list (GstTagList ** list, const gchar * tag, const gchar * value)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
fprintf (stderr, "This app still doesn't handle type (%s)(%ld)\n",
|
||||
fprintf (stderr,
|
||||
"This app still doesn't handle type (%s)(%" G_GSIZE_FORMAT ")\n",
|
||||
g_type_name (type), type);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue