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

Unified Diff: services/media/framework/stages/output.cc

Issue 1814553002: Motown: Improvements to packet definition (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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/framework/stages/output.cc
diff --git a/services/media/framework/stages/output.cc b/services/media/framework/stages/output.cc
index e64d9137c329e83d119e8259a581db7368690767..1180cf811d6aa9309c287b1b27cdbb55d7c72f4c 100644
--- a/services/media/framework/stages/output.cc
+++ b/services/media/framework/stages/output.cc
@@ -65,8 +65,7 @@ void Output::SupplyPacket(PacketPtr packet, Engine* engine) const {
}
packet = Packet::Create(
- packet->presentation_time(),
- packet->duration(),
+ packet->pts(),
packet->end_of_stream(),
size,
buffer,

Powered by Google App Engine
This is Rietveld 408576698