From 0ddf8c09f9610bf0a810c7852681738741802cb9 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 30 Aug 2010 16:08:03 -0700 Subject: 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. Change-Id: Ib8615ce5a89a9a846ee2f9f96cdfb23462f72c7a --- media/libstagefright/rtsp/ARTPSession.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'media') 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 &msg) { #endif accessUnit->meta()->setInt64("ntp-time", ntpTime); + accessUnit->meta()->setInt64("timeUs", 0); #if 0 int32_t damaged; -- cgit v1.1