DescriptionFix a renderer crash when media elements get deleted
When media elements got deleted, stream_texture_factory_ will get deleted before video_frame_.
This causes the callback function to execute with a null pointer.
Move the DestroyStreamTexture call in to WMPA dtor.
BUG=138827
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149379
Patch Set 1 #
Total comments: 2
Patch Set 2 : addressing comments #Patch Set 3 : remove createStreamTexture call #
Total comments: 2
Patch Set 4 : rebase the patch to TOT #Patch Set 5 : fixing merge conflicts #
Messages
Total messages: 11 (0 generated)
|