Add Create() function to AudioCodecBridge and VideoCodecBridge to allow return of null pointers

If codec is not supported, we should allow null pointers to be returned when trying to create a MediaCodecBridge.

BUG=233420

Review URL: https://chromiumcodereview.appspot.com/14932020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@202323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
qinmin@chromium.org 2013-05-26 02:04:19 +00:00
Родитель 2c3dd1b346
Коммит b8602b92ba
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -100,6 +100,7 @@
'../components/components.gyp:components_unittests_apk',
'../content/content.gyp:content_browsertests_apk',
'../content/content.gyp:content_unittests_apk',
'../content/content.gyp:video_decode_accelerator_unittest_apk',
'../gpu/gpu.gyp:gl_tests_apk',
'../gpu/gpu.gyp:gpu_unittests_apk',
'../ipc/ipc.gyp:ipc_tests_apk',