decodebin: use ascending order for name based sorting of pluginfeatures.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 15 Apr 2013 09:20:09 +0000 (12:20 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Apr 2013 10:05:16 +0000 (12:05 +0200)
commitf07eb23728bcac09ca16a666a09058ab2c38bd4e
tree57c8893e8924c54d1628db74240eab5e6bf7ad7c
parent98f41f1c390e22269f3042adda29d3d345699016
decodebin: use ascending order for name based sorting of pluginfeatures.

The _decode_bin_compare_factories_func() should return negative
value if the rank of both PluginFeatures are equal and the name of
first PluginFeature comes before the second one (== ascending order).
gst/playback/gstdecodebin2.c