diff -r 24ed0baaf8e5 -r 7e3786c5ed27 gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c --- a/gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c Fri Apr 30 19:11:56 2010 -0500 +++ b/gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c Fri May 14 18:43:44 2010 -0500 @@ -24,7 +24,7 @@ #include "config.h" #endif -#include "gstregistry.h" +#include "gst/gstregistry.h" #include "gstspeechencoderconfig.h" @@ -55,7 +55,7 @@ speech_encoder_config_type = g_type_register_static (G_TYPE_INTERFACE, "GstSpeechEncoderConfig", - &speech_encoder_config_info, 0); + &speech_encoder_config_info, (GTypeFlags)0); }