gst_plugins_symbian/gst/devsound/gsterrorconcealment.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    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, (GTypeFlags)0);
    57         &error_concealment_info, 0);
    58 
    58 
    59   }
    59   }
    60 
    60 
    61   return error_concealment_type;
    61   return error_concealment_type;
    62 }
    62 }