branch | RCL_3 |
changeset 8 | 7e817e7e631c |
parent 7 | 567bb019e3e3 |
--- a/gst_plugins_symbian/gst/devsound/gstg729encoderinterface.c Tue Aug 31 15:30:33 2010 +0300 +++ b/gst_plugins_symbian/gst/devsound/gstg729encoderinterface.c Wed Sep 01 12:16:41 2010 +0100 @@ -54,7 +54,7 @@ g729_encoder_type = g_type_register_static (G_TYPE_INTERFACE, "GstG729EncoderInterface", - &g729_encoder_info, (GTypeFlags)0); + &g729_encoder_info, 0); }