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

Unified Diff: media/filters/omx_video_decode_engine.h

Issue 2441006: fix player_x11 playback problem. (Closed)
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | media/filters/omx_video_decode_engine.cc » ('j') | media/filters/omx_video_decode_engine.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/omx_video_decode_engine.h
diff --git a/media/filters/omx_video_decode_engine.h b/media/filters/omx_video_decode_engine.h
index 00fdab1c8b56e92191e4b1275502d36bc3a26154..10f1eadd51477ec2e1ea49c229a9e384ef80b9d5 100644
--- a/media/filters/omx_video_decode_engine.h
+++ b/media/filters/omx_video_decode_engine.h
@@ -208,6 +208,7 @@ class OmxVideoDecodeEngine :
int output_port_;
bool output_eos_;
bool uses_egl_image_;
+ base::TimeDelta last_pts_;
// |il_state_| records the current component state. During state transition
// |expected_il_state_| is the next state that the component will transition
« no previous file with comments | « no previous file | media/filters/omx_video_decode_engine.cc » ('j') | media/filters/omx_video_decode_engine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698