gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c
changeset 11 1373546e05c6
parent 2 5505e8908944
child 30 7e817e7e631c
--- a/gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c	Fri May 14 16:08:32 2010 +0300
+++ b/gst_plugins_symbian/gst/devsound/gstspeechencoderconfig.c	Thu May 27 13:09:21 2010 +0300
@@ -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);
 
   }