chromium/media/formats/webm/webm_stream_parser_unittest.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/formats/webm/webm_stream_parser.h"

#include <memory>

#include "base/functional/bind.h"
#include "media/base/decoder_buffer.h"
#include "media/base/demuxer.h"
#include "media/base/media_tracks.h"
#include "media/base/mock_media_log.h"
#include "media/base/stream_parser.h"
#include "media/base/test_data_util.h"
#include "media/base/test_helpers.h"
#include "testing/gtest/include/gtest/gtest.h"

SaveArg;
_;

namespace media {

class WebMStreamParserTest : public testing::Test {};

TEST_F(WebMStreamParserTest, VerifyMediaTrackMetadata) {}

TEST_F(WebMStreamParserTest, VerifyDetectedTrack_AudioOnly) {}

TEST_F(WebMStreamParserTest, VerifyDetectedTrack_VideoOnly) {}

TEST_F(WebMStreamParserTest, VerifyDetectedTracks_AVText) {}

TEST_F(WebMStreamParserTest, ColourElement) {}

TEST_F(WebMStreamParserTest, ColourElementWithUnspecifiedRange) {}

TEST_F(WebMStreamParserTest, ParseVideoWithSphericalMetadata) {}
}  // namespace media