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

Unified Diff: media/video/omx_video_decode_engine.cc

Issue 3475001: OMX component state transition from Loaded to Idle may not be completed... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/omx_video_decode_engine.cc
===================================================================
--- media/video/omx_video_decode_engine.cc (revision 59916)
+++ media/video/omx_video_decode_engine.cc (working copy)
@@ -515,7 +515,7 @@
client_state_ = kClientError;
return false;
}
- input_buffer_count_ = port_format.nBufferCountMin;
+ input_buffer_count_ = port_format.nBufferCountActual;
input_buffer_size_ = port_format.nBufferSize;
// 8. Obtain the information about the output port.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698