function video_entity_insert in Video 7.2
Implements hook_entity_insert().
Processes newly uploaded files that should be converted on save.
File
- ./
video.field.inc, line 572 - Implement a video field, based on the file module's file field.
Code
function video_entity_insert($entity, $type) {
_video_field_convert_on_save($entity, $type);
}