summaryrefslogtreecommitdiffstats
path: root/tests/icles
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-27 16:12:45 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-27 16:12:45 +0000
commitb89495a8c25a27e810c9afe26665aaa91585cbb0 (patch)
treebe774c0f009e6f9748b809d70ee8706e32d449f9 /tests/icles
parent7fa405c9c92ba15c9074e8a50b05d2e65acad8c3 (diff)
downloadgst-plugins-bad-b89495a8c25a27e810c9afe26665aaa91585cbb0.tar.gz
gst-plugins-bad-b89495a8c25a27e810c9afe26665aaa91585cbb0.tar.bz2
gst-plugins-bad-b89495a8c25a27e810c9afe26665aaa91585cbb0.zip
tests/icles/metadata_editor.c: Printf format fix.
Original commit message from CVS: * tests/icles/metadata_editor.c: Printf format fix.
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/metadata_editor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c
index 7b318761..e39720df 100644
--- a/tests/icles/metadata_editor.c
+++ b/tests/icles/metadata_editor.c
@@ -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;
}