mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
4b70d9f187
commit
fc9c9d0e51
2 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue