typefind: use g_ascii_strncasecmp() instead of strncasecmp()
authorDavid Hoyt <dhoyt@llnl.gov>
Mon, 15 Mar 2010 18:45:13 +0000 (18:45 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Mar 2010 18:45:13 +0000 (18:45 +0000)
commitcfa8de336c2a1693fa53dc2fe727a53b7c5f82cb
tree9abf75bd02dd9ced72d9ea63bb51058433715d6c
parent2e1f3242bf54c6e9e74e0d10cd1d2d9f910b3812
typefind: use g_ascii_strncasecmp() instead of strncasecmp()

g_ascii_strncasecmp() is more portable and likely more robust as
well (with random binary data as input).

Fixes #612845.
gst/typefind/gsttypefindfunctions.c