tools/gst-inspect.c: A plugin feature does unfortunatly not use the object name yet...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 19 May 2005 08:41:42 +0000 (08:41 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 19 May 2005 08:41:42 +0000 (08:41 +0000)
Original commit message from CVS:
* tools/gst-inspect.c: (print_plugin_features):
A plugin feature does unfortunatly not use the
object name yet...

ChangeLog
tools/gst-inspect.c

index 2d6f363..c23a81f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-19  Wim Taymans  <wim@fluendo.com>
+
+       * tools/gst-inspect.c: (print_plugin_features):
+       A plugin feature does unfortunatly not use the
+       object name yet...
+
 2005-05-18  Wim Taymans  <wim@fluendo.com>
 
        * gst/gstbuffer.c: (gst_buffer_is_span_fast), (gst_buffer_span):
index e0aca2e..4c9854a 100644 (file)
@@ -943,7 +943,7 @@ print_plugin_features (GstPlugin * plugin)
       GstElementFactory *factory;
 
       factory = GST_ELEMENT_FACTORY (feature);
-      n_print ("  %s: %s\n", GST_OBJECT_NAME (factory),
+      n_print ("  %s: %s\n", GST_PLUGIN_FEATURE_NAME (factory),
           factory->details.longname);
       num_elements++;
     }