Commit ca9883c5 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Update TSan suppressions to account for the recent change:...

Update TSan suppressions to account for the recent change: FFmpegVideoDecodeEngine -> FFmpegVideoDecoder
TBR=cbentzel
Review URL: http://codereview.chromium.org/8835007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113374 0039d316-1c4b-4281-b951-d872f2087c98
parent c6848729
...@@ -519,7 +519,7 @@ ...@@ -519,7 +519,7 @@
... ...
fun:avcodec_close fun:avcodec_close
... ...
fun:media::FFmpegVideoDecodeEngine::Uninitialize fun:media::FFmpegVideoDecoder::*
... ...
fun:media::FFmpegVideoDecode*Test::* fun:media::FFmpegVideoDecode*Test::*
} }
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
fun:ff_thread_decode_frame fun:ff_thread_decode_frame
fun:avcodec_decode_video2 fun:avcodec_decode_video2
... ...
fun:media::FFmpegVideoDecodeEngine::Decode* fun:media::FFmpegVideoDecoder::Decode*
} }
{ {
bug_93932_c bug_93932_c
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
fun:memcpy fun:memcpy
fun:media::CopyPlane fun:media::CopyPlane
... ...
fun:media::FFmpegVideoDecodeEngine::Decode* fun:media::FFmpegVideoDecoder::Decode*
} }
{ {
bug_93932_d bug_93932_d
...@@ -549,30 +549,11 @@ ...@@ -549,30 +549,11 @@
{ {
bug_93932_e bug_93932_e
ThreadSanitizer:Race ThreadSanitizer:Race
...
fun:frame_thread_free
fun:avcodec_close
fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
fun:scoped_ptr::reset
fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest
}
{
bug_93932_f
ThreadSanitizer:Race
fun:submit_packet
fun:ff_thread_decode_frame
fun:avcodec_decode_video2
fun:avcodec_decode_video2
fun:media::FFmpegVideoDecodeEngine::Decode*
}
{
bug_93932_g
ThreadSanitizer:Race
fun:Replace_memcpy fun:Replace_memcpy
fun:memcpy fun:memcpy
fun:ff_thread_decode_frame fun:ff_thread_decode_frame
... ...
fun:media::FFmpegVideoDecodeEngine::Decode* fun:media::FFmpegVideoDecoder::Decode*
} }
{ {
bug_95509 bug_95509
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment