summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2015-05-14 16:26:20 -0700
committerRobert Shih <robertshih@google.com>2015-05-14 17:25:18 -0700
commit6f9c5e26c710dbee50e57316f1c460dda4850fa5 (patch)
tree8368f61969f53ea80838f561a2cf9f8385e409e2 /media/libstagefright/httplive
parent804a77d1045c6c4023f73a0975a09025b2e8eef2 (diff)
downloadframeworks_av-6f9c5e26c710dbee50e57316f1c460dda4850fa5.zip
frameworks_av-6f9c5e26c710dbee50e57316f1c460dda4850fa5.tar.gz
frameworks_av-6f9c5e26c710dbee50e57316f1c460dda4850fa5.tar.bz2
Change mime for HLS timed ID3 stream to application/x-id3v4
Bug: 21151892 Change-Id: I6a243b0edbbb445df0caf65f395f81926fd515f0
Diffstat (limited to 'media/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/LiveSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/httplive/LiveSession.cpp b/media/libstagefright/httplive/LiveSession.cpp
index 64a8532..27509cb 100644
--- a/media/libstagefright/httplive/LiveSession.cpp
+++ b/media/libstagefright/httplive/LiveSession.cpp
@@ -1406,7 +1406,7 @@ sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const {
sp<AMessage> format = new AMessage();
format->setInt32("type", MEDIA_TRACK_TYPE_METADATA);
format->setString("language", "und");
- format->setString("mime", MEDIA_MIMETYPE_DATA_METADATA);
+ format->setString("mime", MEDIA_MIMETYPE_DATA_TIMED_ID3);
return format;
}
return mPlaylist->getTrackInfo(trackIndex);