gio: add cast to avoid compiler warning with old GLib versions
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 20 Mar 2010 13:42:32 +0000 (13:42 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 20 Mar 2010 13:42:32 +0000 (13:42 +0000)
commit197fe6d0d1b3a9c2d8816d1540b3b9914e6cbf1a
tree6c1e98926f470b431640e421ece68059ae188d38
parent9b6843092a716207393ca990bf0235ff6b6771ce
gio: add cast to avoid compiler warning with old GLib versions

g_file_input_stream_query_info() had char * instead of const char *
as attribute argument before 2.20.

Fixes #613387, spotted by tetsuyayasuda@gmail.com
ext/gio/gstgiobasesrc.c