OSDN Git Service

Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>,...
authorAndreas Huber <andih@google.com>
Mon, 7 Dec 2009 17:43:00 +0000 (09:43 -0800)
committerAndreas Huber <andih@google.com>
Mon, 7 Dec 2009 17:43:00 +0000 (09:43 -0800)
commit91eb0354043842d96bf3ef201ce68046db70df74
treeb09f35a1f7887ef25af837d000bd041176368f3b
parent52f410e2ebba103220cffce05b895f0c38a56665
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.
cmds/stagefright/audioloop.cpp
cmds/stagefright/record.cpp
include/media/stagefright/OMXCodec.h
media/libstagefright/OMXCodec.cpp