commit | d2927a79dc933a134e022281a4679a65e340dc3a | [log] [tgz] |
---|---|---|
author | Owen Lin <owenlin@google.com> | Mon Dec 12 16:17:34 2011 +0800 |
committer | Owen Lin <owenlin@google.com> | Mon Dec 12 16:17:34 2011 +0800 |
tree | df37d4c9284b27328073c30d7543977c8c9bf103 | |
parent | a3e52a846f1e299c4b205e2da698b184591d618e [diff] [blame] |
Fix the build. (Change LOGV to ALOGV) Change-Id: I14104540cfbd2bcdd7af1534db20554b88c4c0ce
diff --git a/media/libmediaplayerservice/nuplayer/RTSPSource.cpp b/media/libmediaplayerservice/nuplayer/RTSPSource.cpp index a3f2bf6..6d28298 100644 --- a/media/libmediaplayerservice/nuplayer/RTSPSource.cpp +++ b/media/libmediaplayerservice/nuplayer/RTSPSource.cpp
@@ -242,7 +242,7 @@ // playtime mapping. Assume the first packets correspond // to time 0. - LOGV("This is a live stream, assuming time = 0"); + ALOGV("This is a live stream, assuming time = 0"); info->mRTPTime = rtpTime; info->mNormalPlaytimeUs = 0ll;