Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47416bc4 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 03e83d4a: am 68ae91cb: Merge "Recent changes to the rtsp code require every...

am 03e83d4a: 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 '03e83d4a'

* commit '03e83d4a':
  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.
parents 69245638 03e83d4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;