summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/MediaSource.h
diff options
context:
space:
mode:
authorxiaoqiny <quic_xiaoqiny@codeaurora.org>2015-01-13 17:59:04 +0800
committerSteve Kondik <steve@cyngn.com>2016-04-13 13:54:55 -0700
commitf888cedf170f6d3cc060cc14ad9c56918f3a03c3 (patch)
tree666c429913ec56e43948136169c3b46d50173745 /include/media/stagefright/MediaSource.h
parent0ecd6fb627dabf286b7742862e25a592bc1f606c (diff)
downloadframeworks_av-f888cedf170f6d3cc060cc14ad9c56918f3a03c3.zip
frameworks_av-f888cedf170f6d3cc060cc14ad9c56918f3a03c3.tar.gz
frameworks_av-f888cedf170f6d3cc060cc14ad9c56918f3a03c3.tar.bz2
libstagefright: handle error when B-frame is sent to MPEG4Writer
Without this patch, writing B-frame to MediaMuxer will be blocked and cannot return a result. This may cause an endless progress bar shown in gallery when triming or muting some videos. Change-Id: Ib9f902a57da470c0357ec68aab00a35fbb26fb77 CRs-Fixed: 521005
Diffstat (limited to 'include/media/stagefright/MediaSource.h')
-rw-r--r--include/media/stagefright/MediaSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaSource.h b/include/media/stagefright/MediaSource.h
index a653db9..7ab5f62 100644
--- a/include/media/stagefright/MediaSource.h
+++ b/include/media/stagefright/MediaSource.h
@@ -59,6 +59,7 @@ struct MediaSource : public virtual RefBase {
virtual status_t read(
MediaBuffer **buffer, const ReadOptions *options = NULL) = 0;
+ virtual void notifyError(status_t) {}
// Options that modify read() behaviour. The default is to
// a) not request a seek
// b) not be late, i.e. lateness_us = 0