summaryrefslogtreecommitdiffstats
path: root/media/libavextensions
diff options
context:
space:
mode:
authorManikanta Sivapala <msivap@codeaurora.org>2015-07-21 19:33:40 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:24:32 -0600
commitc9792cdfba32fd517b7940d5d1a2a93496afb80c (patch)
tree66c297f3339f844d43faab2391e3b76c191023fd /media/libavextensions
parent15019fc4fb84fef2c50274c6d10907e3a6dd14aa (diff)
downloadframeworks_av-c9792cdfba32fd517b7940d5d1a2a93496afb80c.zip
frameworks_av-c9792cdfba32fd517b7940d5d1a2a93496afb80c.tar.gz
frameworks_av-c9792cdfba32fd517b7940d5d1a2a93496afb80c.tar.bz2
frameworks/av: Changes related to DASH
1) Add MEDIA_QOE event type 2) Open certain methods for extension by declaring them as virtual 3) Add DASH_PLAYER as a new player type 4) Creating DASH Player factory Change-Id: I0376841530218703fabd9d4f45d2c9a32a1f52b2
Diffstat (limited to 'media/libavextensions')
-rw-r--r--media/libavextensions/mediaplayerservice/AVMediaServiceExtensions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libavextensions/mediaplayerservice/AVMediaServiceExtensions.h b/media/libavextensions/mediaplayerservice/AVMediaServiceExtensions.h
index 5c31fad..d84344e 100644
--- a/media/libavextensions/mediaplayerservice/AVMediaServiceExtensions.h
+++ b/media/libavextensions/mediaplayerservice/AVMediaServiceExtensions.h
@@ -30,7 +30,7 @@
#define _AV_MEDIA_SERVICE_EXTENSIONS_H_
#include <common/AVExtensionsCommon.h>
-
+#include <MediaPlayerFactory.h>
#include <utils/RefBase.h>
#include <utils/String16.h>
@@ -60,7 +60,7 @@ struct AVMediaServiceFactory {
* Common delegate to the classes in libmediaplayerservice
*/
struct AVMediaServiceUtils {
-
+ virtual void getDashPlayerFactory(MediaPlayerFactory::IFactory *&, player_type ) {}
// RTSP IPV6 utils
virtual bool pokeAHole(sp<MyHandler> handler, int rtpSocket, int rtcpSocket,
const AString &transport, const AString &sessionHost);