playbin: use ascending order for name based sorting of pluginfeatures.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Mon, 15 Apr 2013 09:37:07 +0000 (12:37 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Apr 2013 10:05:22 +0000 (12:05 +0200)
commit9b33c75cd438bc188d7e5be1b85a0b029ef99483
tree64a5aefa5f6e64dfb703dc97352425bea71ac643
parentf07eb23728bcac09ca16a666a09058ab2c38bd4e
playbin: use ascending order for name based sorting of pluginfeatures.

The 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/gstplaybin2.c