From fc9c9d0e51522555b2dbd8e6c40e3efd185edde2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 15 Mar 2007 12:37:50 +0000 Subject: [PATCH] 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). --- ChangeLog | 8 ++++++++ tools/gst-inspect.c | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb17ea1..c01e7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-03-15 Tim-Philipp Müller + + * 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 * tools/gst-inspect.c: diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 133ad18..94a8be7 100644 --- a/tools/gst-inspect.c +++ b/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; } -- 2.7.4