gst_plugins_symbian/gst/devsound/gstilbcencoderinterface.c
changeset 20 7e3786c5ed27
parent 2 5505e8908944
child 30 7e817e7e631c
--- a/gst_plugins_symbian/gst/devsound/gstilbcencoderinterface.c	Fri Apr 30 19:11:56 2010 -0500
+++ b/gst_plugins_symbian/gst/devsound/gstilbcencoderinterface.c	Fri May 14 18:43:44 2010 -0500
@@ -55,7 +55,7 @@
 
   
     ilbc_encoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstIlbcEncoderInterface",
-        &ilbc_encoder_info, 0);
+        &ilbc_encoder_info, (GTypeFlags)0);
   
   }