From b9c582f4afedb6a77f40c8e081a59ec04d82aa89 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 15 Oct 2010 19:45:14 +0200 Subject: [PATCH] gst-inspect: useful factory names for uri-handlers output Fixes #632236. --- tools/gst-inspect.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 7b5fa5b..4f57108 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -1179,7 +1179,8 @@ print_all_uri_handlers (void) gst_uri_handler_get_protocols (GST_URI_HANDLER (element)); joined = g_strjoinv (", ", uri_protocols); - g_print ("%s (%s, rank %u): %s\n", GST_OBJECT_NAME (factory), dir, + g_print ("%s (%s, rank %u): %s\n", + gst_plugin_feature_get_name (GST_PLUGIN_FEATURE (factory)), dir, gst_plugin_feature_get_rank (GST_PLUGIN_FEATURE (factory)), joined); -- 2.7.4