diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c --- a/gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c Wed Mar 31 22:03:18 2010 +0300 +++ b/gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c Tue Aug 31 15:30:33 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); }