am 412fc7cd: Merge "Keep gtalk video chat specific code consistent with rtsp changes." into gingerbread
Merge commit '412fc7cdb6a1c4b6afe85b58fcc794fd67271942' into gingerbread-plus-aosp * commit '412fc7cdb6a1c4b6afe85b58fcc794fd67271942': Keep gtalk video chat specific code consistent with rtsp changes.
This commit is contained in:
@@ -125,6 +125,14 @@ void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
|
|||||||
switch (msg->what()) {
|
switch (msg->what()) {
|
||||||
case kWhatAccessUnitComplete:
|
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;
|
size_t trackIndex;
|
||||||
CHECK(msg->findSize("track-index", &trackIndex));
|
CHECK(msg->findSize("track-index", &trackIndex));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user