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

Unified Diff: content/common/gpu/media/omx_video_decode_accelerator.h

Issue 7308005: Update OVDA to handle error condition. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 5 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 | content/common/gpu/media/omx_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/omx_video_decode_accelerator.h
===================================================================
--- content/common/gpu/media/omx_video_decode_accelerator.h (revision 91497)
+++ content/common/gpu/media/omx_video_decode_accelerator.h (working copy)
@@ -77,7 +77,7 @@
void OnStateChangeExecutingToIdle(OMX_STATETYPE state);
void OnStateChangeIdleToLoaded(OMX_STATETYPE state);
// Stop the components when error is detected.
- void StopOnError();
+ void StopOnError(media::VideoDecodeAccelerator::Error error);
// Methods for shutdown
void PauseFromExecuting(OMX_STATETYPE ignored);
void FlushIOPorts();
« no previous file with comments | « no previous file | content/common/gpu/media/omx_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698