pluginfeature: Fix the GstPluginFeature name comparison.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Sat, 13 Apr 2013 16:43:10 +0000 (19:43 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Apr 2013 07:24:08 +0000 (09:24 +0200)
commit899bbf310b5fb63f3aad96fde9fce0308039a386
tree8404c56ff6632feb216410730a1cfc8f44960e9e
parent17991cf212a51d6c936385790ed9db179d366550
pluginfeature: Fix the GstPluginFeature name comparison.

The gst_plugin_feature_rank_compare_func() should return
negative value, if the rank of both PluginFeatures are equal and
the name of first PluginFeature comes before the second one.

https://bugzilla.gnome.org/show_bug.cgi?id=697990
gst/gstpluginfeature.c