libs/base/typefindhelper: Remove useless typechecking in tight loop
authorEdward Hervey <bilboed@bilboed.com>
Sun, 18 Oct 2009 15:17:17 +0000 (17:17 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 18 Oct 2009 15:17:17 +0000 (17:17 +0200)
commitbb0918279f020dcca142a08adf1f78d0fa71a1d4
tree8ba2ba5900efbb157b61256f6d6f8f85d1c6990d
parent7d86ad93a248e0603844fbcc76549dc379ea2bd0
libs/base/typefindhelper: Remove useless typechecking in tight loop

The list against which we run the comparefunc will only contain
GstPluginFeature, therefore remove the 6 expensive type checks we do
for every single comparision.
libs/gst/base/gsttypefindhelper.c