| 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,
|
|
|