Wrong "flv" file name while moving file to "entry" folder

I am able to see the webcam using the option Record From Webcam option, also I am able to record and play the recorded file, but while uploading file I get error in the logs as below:

[kFileSyncUtils::moveFromFile] ERR: exception 'Exception' with message 'could not move file from [/opt/kaltura/web//content/webcam/F9DFE637-9587-BBBC-791A-AEC479102663_clipped.flv] 
to [/opt/kaltura/web//content/entry/data/0/0/0_56ncqpky_0_fe1kxxc4_2.flv]' in /opt/kaltura/app/infra/log/KalturaLog.php:82

Kaltura is trying to copy newly recorded file from webcam to entry folder but the file is wrong, there is a file with name F9DFE637-9587-BBBC-791A-AEC479102663.flv but no file with name F9DFE637-9587-BBBC-791A-AEC479102663_clipped.flv so why it is taking wrong file name, why clipped is append to file name?

I am having Kaltura CE 10.0.0 single server setup.