Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: services/media/factory_service/media_player_impl.h

Issue 2097953002: Motown: Rename MediaProducer/Consumer to MediaPacketProducer/Consumer (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed #ifndef guards Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/media/factory_service/media_player_impl.h
diff --git a/services/media/factory_service/media_player_impl.h b/services/media/factory_service/media_player_impl.h
index 726d3475732835591dfa1ff4a29797ffc1033726..795d123251330416d66df70e1b719cee4f7c5846 100644
--- a/services/media/factory_service/media_player_impl.h
+++ b/services/media/factory_service/media_player_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_MEDIA_FACTORY_MEDIA_PLAYER_IMPL_H_
-#define MOJO_SERVICES_MEDIA_FACTORY_MEDIA_PLAYER_IMPL_H_
+#ifndef SERVICES_MEDIA_FACTORY_SERVICE_MEDIA_PLAYER_IMPL_H_
+#define SERVICES_MEDIA_FACTORY_SERVICE_MEDIA_PLAYER_IMPL_H_
#include <limits>
#include <vector>
@@ -64,8 +64,8 @@ class MediaPlayerImpl : public MediaFactoryService::Product<MediaPlayer>,
MediaSinkPtr sink_;
// The following fields are just temporaries used to solve lambda capture
// problems.
- MediaProducerPtr encoded_producer_;
- MediaProducerPtr decoded_producer_;
+ MediaPacketProducerPtr encoded_producer_;
+ MediaPacketProducerPtr decoded_producer_;
InterfaceHandle<MediaRenderer> renderer_;
};
@@ -146,4 +146,4 @@ class MediaPlayerImpl : public MediaFactoryService::Product<MediaPlayer>,
} // namespace media
} // namespace mojo
-#endif // MOJO_SERVICES_MEDIA_FACTORY_MEDIA_PLAYER_IMPL_H_
+#endif // SERVICES_MEDIA_FACTORY_SERVICE_MEDIA_PLAYER_IMPL_H_
« no previous file with comments | « services/media/factory_service/media_demux_impl.cc ('k') | services/media/factory_service/media_player_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698