diff options
author | Andreas Huber <andih@google.com> | 2010-08-30 16:16:03 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-30 16:16:03 -0700 |
commit | 03e83d4ad909f5c07fb2011e03348a413453e909 (patch) | |
tree | c660d84030d3ea91fbd6e54a555f2fc49286f694 /media/libstagefright | |
parent | 987556bc9bc1a61415b6e65bd600b8daf5b24d30 (diff) | |
parent | 68ae91cbd20939e48ad15c15405048e7ff9fe2f8 (diff) | |
download | frameworks_base-03e83d4ad909f5c07fb2011e03348a413453e909.zip frameworks_base-03e83d4ad909f5c07fb2011e03348a413453e909.tar.gz frameworks_base-03e83d4ad909f5c07fb2011e03348a413453e909.tar.bz2 |
am 68ae91cb: Merge "Recent changes to the rtsp code require every buffer fed to the packet source to have a timestamp, we\'re ignoring timestamps for gtalk videochat but we still have to have a placeholder." into gingerbread
Merge commit '68ae91cbd20939e48ad15c15405048e7ff9fe2f8' into gingerbread-plus-aosp
* commit '68ae91cbd20939e48ad15c15405048e7ff9fe2f8':
Recent changes to the rtsp code require every buffer fed to the packet source to have a timestamp, we're ignoring timestamps for gtalk videochat but we still have to have a placeholder.
Diffstat (limited to 'media/libstagefright')
-rw-r--r-- | media/libstagefright/rtsp/ARTPSession.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/ARTPSession.cpp b/media/libstagefright/rtsp/ARTPSession.cpp index d2c56f7..f60c1a9 100644 --- a/media/libstagefright/rtsp/ARTPSession.cpp +++ b/media/libstagefright/rtsp/ARTPSession.cpp @@ -167,6 +167,7 @@ void ARTPSession::onMessageReceived(const sp<AMessage> &msg) { #endif accessUnit->meta()->setInt64("ntp-time", ntpTime); + accessUnit->meta()->setInt64("timeUs", 0); #if 0 int32_t damaged; |