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

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
Index: content/common/gpu/media/omx_video_decode_accelerator.h
===================================================================
--- content/common/gpu/media/omx_video_decode_accelerator.h (revision 91463)
+++ 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();

Powered by Google App Engine
This is Rietveld 408576698