gst_plugins_symbian/gst/devsound/gsterrorconcealment.c
changeset 20 7e3786c5ed27
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
19:24ed0baaf8e5 20:7e3786c5ed27
    52       NULL
    52       NULL
    53     };
    53     };
    54 
    54 
    55   
    55   
    56     error_concealment_type = g_type_register_static (G_TYPE_INTERFACE, "GstErrorConcealment",
    56     error_concealment_type = g_type_register_static (G_TYPE_INTERFACE, "GstErrorConcealment",
    57         &error_concealment_info, 0);
    57         &error_concealment_info, (GTypeFlags)0);
    58 
    58 
    59   }
    59   }
    60 
    60 
    61   return error_concealment_type;
    61   return error_concealment_type;
    62 }
    62 }