Make locale safe paths

getVideoOutputMediaFileTitle was using SimpleDateFormat
with the default locale to create paths. In some locales
this resulted in characters that are not safe to use on
all file systems. Explicitly use Locale.US to be locale
safe.

Change-Id: I3727a239396da82146a171d254a9bf5a5f8dcfef
1 file changed