summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-03-03 15:35:36 -0800
committerJesse Hall <jessehall@google.com>2014-03-07 14:03:53 -0800
commit8dcc81a2fdb35905347cf7ef46d198afa7ae79cd (patch)
tree3a6a83b0dc60fdaa9901eefb3262558b92d1b1ac /include
parent64aa53e4d2acb0251d17a628d7872af58a2b9fbd (diff)
downloadframeworks_av-8dcc81a2fdb35905347cf7ef46d198afa7ae79cd.zip
frameworks_av-8dcc81a2fdb35905347cf7ef46d198afa7ae79cd.tar.gz
frameworks_av-8dcc81a2fdb35905347cf7ef46d198afa7ae79cd.tar.bz2
Add empty onSidebandChanged callbacks to BufferQueue::ConsumerListeners
Change-Id: I94384aefd47b3a581cbdc3905ba9fdbc88d3d06c
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/SurfaceMediaSource.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/stagefright/SurfaceMediaSource.h b/include/media/stagefright/SurfaceMediaSource.h
index db5f947..59e83c2 100644
--- a/include/media/stagefright/SurfaceMediaSource.h
+++ b/include/media/stagefright/SurfaceMediaSource.h
@@ -139,6 +139,10 @@ protected:
// frames is separate than the one calling stop.
virtual void onBuffersReleased();
+ // SurfaceMediaSource can't handle sideband streams, so this is not expected
+ // to ever be called. Does nothing.
+ virtual void onSidebandStreamChanged();
+
static bool isExternalFormat(uint32_t format);
private: