typefinding: detect MSS manifests without using g_convert()
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Apr 2015 13:27:30 +0000 (14:27 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Apr 2015 13:41:30 +0000 (14:41 +0100)
commit9ef16721edbca2b08a1554356f9bcb07c5ece2c0
tree7d9f3c9fa428a09fb72756696e1bef43b0de5f01
parent7e8e020cfddd1b7f7ef5b939addf89b66da36aad
typefinding: detect MSS manifests without using g_convert()

Embedded systems often have limited charset conversion
functionality, so don't rely on g_convert() (i.e. iconv)
for UTF-16 to UTF-8 conversions, we can easily enough do
that ourselves by converting to native endianness and
then using GLib's helper functions.
gst/typefind/gsttypefindfunctions.c