Media Mojo type converter tests need serialization tests |
|||
Issue descriptionWhile creating mojo_decryptor unit tests, I ran into the following: [24809:24809:0308/150555.554715:1711160524878:FATAL:media_types.mojom-shared.h(1573)] The outgoing message will trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side (null data in VideoFrame struct). This happened with an EOS VideoFrame. The unit converter tests actually convert EOS VideoFrames to and from the mojo types (e.g. MediaTypeConvertersTest.ConvertVideoFrame_EOS), but do not pass them through a pipe to ensure they can be serialized.
,
Mar 19 2018
stale bug. resolve as won't fix.
,
Mar 19 2018
jrummell: Is this covered by tests now?
,
Mar 19 2018
re #3: Nope. The tests currently serialize and deserialize different objects, but do not pass them through a pipe. |
|||
►
Sign in to add a comment |
|||
Comment 1 by sheriffbot@chromium.org
, Mar 9 2018Status: Untriaged (was: Available)