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
This commit is contained in:
committed by
Android (Google) Code Review
commit
68ae91cbd2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user