1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromecast/media/cma/backend/media_pipeline_device_factory_default.h"
10 // Creates default (no-op) media pipeline device elements.
11 scoped_ptr
<MediaPipelineDeviceFactory
> GetMediaPipelineDeviceFactory(
12 const MediaPipelineDeviceParams
& params
) {
13 return make_scoped_ptr(new MediaPipelineDeviceFactoryDefault());
17 } // namespace chromecast