diff -r 6f340f756486 -r 1373546e05c6 gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c --- a/gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c Fri May 14 16:08:32 2010 +0300 +++ b/gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c Thu May 27 13:09:21 2010 +0300 @@ -55,7 +55,7 @@ ilbc_decoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstIlbcDecoderInterface", - &ilbc_decoder_info, 0); + &ilbc_decoder_info, (GTypeFlags)0); }