tools/gst-inspect.c: Now that we don't check for the 'Codec' keyword any longer in...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 15 Mar 2007 12:37:50 +0000 (12:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 15 Mar 2007 12:37:50 +0000 (12:37 +0000)
Original commit message from CVS:
* tools/gst-inspect.c:
(print_plugin_automatic_install_info_codecs):
Now that we don't check for the 'Codec' keyword any longer in the
klass, we shouldn't spew a warning if the klass isn't a decoder or
encoder (since it might be a Source/Network, for example).

ChangeLog
tools/gst-inspect.c

index fb17ea1..c01e7a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-15  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * tools/gst-inspect.c:
+       (print_plugin_automatic_install_info_codecs):
+         Now that we don't check for the 'Codec' keyword any longer in the
+         klass, we shouldn't spew a warning if the klass isn't a decoder or
+         encoder (since it might be a Source/Network, for example).
+
 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
 
        * tools/gst-inspect.c:
index 133ad18..94a8be7 100644 (file)
@@ -1128,7 +1128,6 @@ print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
     type_name = "encoder";
     direction = GST_PAD_SRC;
   } else {
-    g_printerr ("Unhandled Codec klass: %s\n", klass);
     return;
   }