summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaSourceSplitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* client_id->clientId, bugfix for signaling of read abort on stop.Nipun Kwatra2010-08-271-43/+48
| | | | | | | | | | - changed client_id->clientId, mClient_id->mClientId - there was a bug in the condition for calling signalReadComplete_lock() in stop. We should call it only when !mLastReadCompleted and also if the current client has not already completed its read (this second check was missing before). Change-Id: I9a57cf6b5c6f3260883a6c74d0c7b22f675c422e
* Added MediaSourceSplitter to split single source to multiple ones.Nipun Kwatra2010-08-271-0/+229
MediaSourceSplitter provides a way to split a single mediaSource into multiple sources. It takes in the real mediaSource and multiple clients can then be created which serve from the same real mediaSource. Change-Id: I7254ead24b4c26c784b033e6bc7ff5a0d083a0c3