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

Unified Diff: services/media/framework_mojo/mojo_pull_mode_producer.h

Issue 1814553002: Motown: Improvements to packet definition (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added a comment. 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_mojo/mojo_pull_mode_producer.h
diff --git a/services/media/framework_mojo/mojo_pull_mode_producer.h b/services/media/framework_mojo/mojo_pull_mode_producer.h
index 5ecf80e919f4e7a6315042df8dd7b5d3cc87678e..8ba6fc6f47f13636f7f6cc95f396f8195329dfd3 100644
--- a/services/media/framework_mojo/mojo_pull_mode_producer.h
+++ b/services/media/framework_mojo/mojo_pull_mode_producer.h
@@ -78,7 +78,7 @@ class MojoPullModeProducer :
// THE FIELDS BELOW SHOULD ONLY BE ACCESSED WITH lock_ TAKEN.
MediaState state_;
Demand demand_;
- int64_t presentation_time_;
+ int64_t pts_;
// pending_pulls_ contains the callbacks for the pull requests that have yet
// to be satisfied. unreleased_packets_ contains the packets that have been
« no previous file with comments | « services/media/framework_mojo/mojo_producer.cc ('k') | services/media/framework_mojo/mojo_pull_mode_producer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698