From 71a418ccaceeea49dc8049b01a17a501e8070157 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Sat, 23 Jan 2010 02:11:44 +0000 Subject: Use OpenMAX for video decoding in the media pipeline This patch is to fix some issues when using OpenMAX video decoder in the media pipeline. It will enable player_x11 to decode using OpenMAX. This still requires some more work to enable Chrome to use OpenMAX for decoding. Review URL: http://codereview.chromium.org/549124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36936 0039d316-1c4b-4281-b951-d872f2087c98 --- media/omx/omx_codec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media/omx/omx_codec.h') diff --git a/media/omx/omx_codec.h b/media/omx/omx_codec.h index bb98a3d..e49fb4f 100644 --- a/media/omx/omx_codec.h +++ b/media/omx/omx_codec.h @@ -169,6 +169,8 @@ class OmxCodec : public base::RefCountedThreadSafe { }; }; + // Initialize an OmxCodec object that runs on |message_loop|. It is + // guaranteed that callbacks are executed on this message loop. explicit OmxCodec(MessageLoop* message_loop); virtual ~OmxCodec(); -- cgit v1.1