From 0aedb33d149bd930be2b79d9ea3afeff24f9d1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 2 Feb 2008 23:25:10 +0000 Subject: ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for the release, it's not ready to be autoplug... Original commit message from CVS: * ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for the release, it's not ready to be autoplugged yet. * tests/icles/metadata_editor.c: Fix printf format warning for GType on ppc32 by removing it, since it doesn't make sense to print the GType value anyway. --- tests/icles/metadata_editor.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c index 0f8f95d5..d59e4cd3 100644 --- a/tests/icles/metadata_editor.c +++ b/tests/icles/metadata_editor.c @@ -200,9 +200,8 @@ change_tag_list (GstTagList ** list, const gchar * tag, const gchar * value) } break; default: - fprintf (stderr, - "This app still doesn't handle type (%s)(%" G_GSIZE_FORMAT ")\n", - g_type_name (type), type); + g_printerr ("Tags of type '%s' are not supported yet.\n", + g_type_name (type)); break; } } -- cgit v1.2.1