diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 21:14:50 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 21:14:50 +0000 |
commit | d875cb215e77c638fcc849fc1d1557ea50a972bc (patch) | |
tree | 9bdd424d9e5e58f0bada746b8324c475a5363f3c /media/media.gyp | |
parent | 180fa67802de89d71d830b8871e7933a510b2644 (diff) | |
download | chromium_src-d875cb215e77c638fcc849fc1d1557ea50a972bc.zip chromium_src-d875cb215e77c638fcc849fc1d1557ea50a972bc.tar.gz chromium_src-d875cb215e77c638fcc849fc1d1557ea50a972bc.tar.bz2 |
Remove refcounting of VideoDecodeEngine
VideoDecodeEngine doesn't need refcounting, all decode engines live on one
thread so there isn't a problem posting task to a random thread. Also
the stop is asynchronous, we can always until the stop is done before we
destroy the object and doesn't need refcounting to destroy it.
TEST=media_unittests
Review URL: http://codereview.chromium.org/3125032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
0 files changed, 0 insertions, 0 deletions