diff -r 24ed0baaf8e5 -r 7e3786c5ed27 gst_plugins_symbian/gst/devsound/gstg711decoderinterface.c --- a/gst_plugins_symbian/gst/devsound/gstg711decoderinterface.c Fri Apr 30 19:11:56 2010 -0500 +++ b/gst_plugins_symbian/gst/devsound/gstg711decoderinterface.c Fri May 14 18:43:44 2010 -0500 @@ -56,7 +56,7 @@ g711_decoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstG711DecoderInterface", - &g711_decoder_info, 0); + &g711_decoder_info, (GTypeFlags)0); }