MediaRecorder: correct MIME type parsing

Currently the expected/supported MIME types are in the form of
'video/vp8', 'audio/opus' etc, this CL changes that to the
MIME conforming 'video/webm;codecs=vp8', 'video/webm;codecs=vp9',
'audio/webm;codecs=ops' following webm container guidelines [1]

BUG=564950, 262211, 571107
[1] http://www.webmproject.org/docs/container/

TBR=esprehn@chromium.org: Tiny modification in the method
signature in public/platform/WebMediaRecorderHandler.h, where
one argument is splitted into two.

Review URL: https://codereview.chromium.org/1534553003

Cr-Commit-Position: refs/heads/master@{#366232}
7 files changed