tools/gst-inspect.c: Now that we don't check for the 'Codec' keyword any longer in the klass, we shouldn't spew a war...

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).
This commit is contained in:
Tim-Philipp Müller 2007-03-15 12:37:50 +00:00
parent 4b70d9f187
commit fc9c9d0e51
2 changed files with 8 additions and 1 deletions

View file

@ -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:

View 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;
}