Files.app: mpeg metadata parser must not be stateful.
The previous code writes the parsed metadata to |metadata| dictionary remembered in |this.rootParser_|, but this is wrong. The parser class is shared among multiple parses, so to correctly distinguish concurrent parsing activity, it cannot store states in the member fields. BUG=172989 Review URL: https://codereview.chromium.org/391313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283545 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment