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

Commit 52d14be1 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 47f2cf62: am 412fc7cd: Merge "Keep gtalk video chat specific code...

am 47f2cf62: am 412fc7cd: Merge "Keep gtalk video chat specific code consistent with rtsp changes." into gingerbread

Merge commit '47f2cf62'

* commit '47f2cf62':
  Keep gtalk video chat specific code consistent with rtsp changes.
parents 564a9f24 47f2cf62
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -125,6 +125,14 @@ void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
    switch (msg->what()) {
        case kWhatAccessUnitComplete:
        {
            int32_t firstRTCP;
            if (msg->findInt32("first-rtcp", &firstRTCP)) {
                // There won't be an access unit here, it's just a notification
                // that the data communication worked since we got the first
                // rtcp packet.
                break;
            }

            size_t trackIndex;
            CHECK(msg->findSize("track-index", &trackIndex));