gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_symbian/gst/devsound/gstilbcdecoderinterface.c	Wed Sep 01 12:16:41 2010 +0100
@@ -55,7 +55,7 @@
 
   
     ilbc_decoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstIlbcDecoderInterface",
-        &ilbc_decoder_info, (GTypeFlags)0);
+        &ilbc_decoder_info, 0);
   
   }