diff -r 567bb019e3e3 -r 7e817e7e631c gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c --- a/gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c Tue Aug 31 15:30:33 2010 +0300 +++ b/gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c Wed Sep 01 12:16:41 2010 +0100 @@ -24,7 +24,7 @@ #include "config.h" #endif -#include "gst/gstregistry.h" +#include "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, (GTypeFlags)0); + &speech_encoder_config_info, 0); }