aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_receiver/dummy_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_receiver/dummy_player.h')
-rw-r--r--cast/standalone_receiver/dummy_player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/standalone_receiver/dummy_player.h b/cast/standalone_receiver/dummy_player.h
index 373d3232..a75aa61e 100644
--- a/cast/standalone_receiver/dummy_player.h
+++ b/cast/standalone_receiver/dummy_player.h
@@ -13,8 +13,8 @@
#include "platform/api/task_runner.h"
#include "platform/api/time.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Consumes frames from a Receiver, but does nothing other than OSP_LOG_INFO
// each one's FrameId, timestamp and size. This is only useful for confirming a
@@ -34,7 +34,7 @@ class DummyPlayer : public Receiver::Consumer {
std::vector<uint8_t> buffer_;
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STANDALONE_RECEIVER_DUMMY_PLAYER_H_