aiffparse: Print invalid fourcc in error message in hex
authorSebastian Rasmussen <sebras@hotmail.com>
Fri, 4 Jul 2014 01:20:22 +0000 (03:20 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 4 Jul 2014 16:46:58 +0000 (17:46 +0100)
commit1f371ce8558fd5fb47fc766e32b5c3ead1134fa4
tree8408b10066fe66402a92e13e87febf8d43e04b2a
parent9c13c84afd1a27aa033215529d97abd301b72bed
aiffparse: Print invalid fourcc in error message in hex

Previously this was printed as characters which caused later processing
of the error message to sometimes warn about non-UTF-8 characters.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732715
gst/aiff/aiffparse.c