diff options
| author | Andreas Huber <andih@google.com> | 2009-12-07 10:01:06 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-07 10:01:06 -0800 |
| commit | f553a58425c66a990dbc5f4579c976a0636fc573 (patch) | |
| tree | 3934713b8fb374bf07efa2bc1574f8a77e2f1f5c /include | |
| parent | 0b1a9f7648a9e57b0eaf6766f73810de94136669 (diff) | |
| parent | 5921fb51e0219ddd7cad439a73495f320c57d50e (diff) | |
| download | frameworks_base-f553a58425c66a990dbc5f4579c976a0636fc573.zip frameworks_base-f553a58425c66a990dbc5f4579c976a0636fc573.tar.gz frameworks_base-f553a58425c66a990dbc5f4579c976a0636fc573.tar.bz2 | |
am 5921fb51: Merge change I91eb0354 into eclair-mr2
Merge commit '5921fb51e0219ddd7cad439a73495f320c57d50e' into eclair-mr2-plus-aosp
* commit '5921fb51e0219ddd7cad439a73495f320c57d50e':
Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway.
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/stagefright/OMXCodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h index 4199252..351763c 100644 --- a/include/media/stagefright/OMXCodec.h +++ b/include/media/stagefright/OMXCodec.h @@ -33,7 +33,7 @@ struct OMXCodec : public MediaSource, enum CreationFlags { kPreferSoftwareCodecs = 1, }; - static sp<OMXCodec> Create( + static sp<MediaSource> Create( const sp<IOMX> &omx, const sp<MetaData> &meta, bool createEncoder, const sp<MediaSource> &source, |
