mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
gst-inspect: useful factory names for uri-handlers output
Fixes #632236.
This commit is contained in:
parent
3e1b2f4121
commit
b9c582f4af
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue