)]}'
{
  "commit": "a2bd172110638168e74c393e910b5f5f5bf375b6",
  "tree": "6076016b30fd93e7183b83bdd7d7fed8d3608506",
  "parents": [
    "2432b699726449382e1870409f3e689d6d6b2c42"
  ],
  "author": {
    "name": "Tommi",
    "email": "tommi@webrtc.org",
    "time": "Wed Apr 01 20:51:25 2026"
  },
  "committer": {
    "name": "WebRTC LUCI CQ",
    "email": "webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Thu Apr 02 10:07:12 2026"
  },
  "message": "Move payload type demuxing management to RtpTransport\n\nShift the responsibility for enabling and disabling payload type\ndemuxing from the Channel and Transceiver layers to the RtpTransport and\nRtpDemuxer layer. This centralizes demuxing logic within the transport\nlayer.\n\nMoving this logic to RtpTransport allows the SdpOfferAnswerHandler to\napply state changes directly to the transport and not need to go through\nthe Channel classes.\n\nKey modifications:\n- Remove SetPayloadTypeDemuxingEnabled from BaseChannel,\n  ChannelInterface, and RtpTransceiver.\n- Implement SetActivePayloadTypeDemuxing in RtpTransport to manage\n  demuxer criteria filtering and coordinate with RtpDemuxer.\n- Update SdpOfferAnswerHandler to apply demuxing state changes to\n  RtpTransport instances directly.\n- Ensure ResetUnsignaledRecvStream executes on the worker thread\n  after applying transport state, to clear legacy streams when\n  demuxing is disabled.\n\nBug: webrtc:42222117\nChange-Id: If02194417dc8e4c3dcf5fda5e969aa81116004e1\nReviewed-on: https://webrtc-review.googlesource.com/c/src/+/456720\nReviewed-by: Danil Chapovalov \u003cdanilchap@webrtc.org\u003e\nCommit-Queue: Tomas Gunnarsson \u003ctommi@webrtc.org\u003e\nCr-Commit-Position: refs/heads/main@{#47318}\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c49d4fc4f8b4206eba6cfcdf7c97c83012385acf",
      "old_mode": 33188,
      "old_path": "call/rtp_demuxer.cc",
      "new_id": "598764b71c44d65d6e1c846d8435479c9c768506",
      "new_mode": 33188,
      "new_path": "call/rtp_demuxer.cc"
    },
    {
      "type": "modify",
      "old_id": "acc985f486da3cadaf03a427a1e1d11d98797571",
      "old_mode": 33188,
      "old_path": "call/rtp_demuxer.h",
      "new_id": "cc6a84c87837b8405f0fa05d00fc2cbb77ac6fd3",
      "new_mode": 33188,
      "new_path": "call/rtp_demuxer.h"
    },
    {
      "type": "modify",
      "old_id": "172c7a12b04d370a15a89ba6a51a66668d321548",
      "old_mode": 33188,
      "old_path": "media/engine/webrtc_video_engine.cc",
      "new_id": "0e6ce01ac579d750b17ca204ef74f6765e628720",
      "new_mode": 33188,
      "new_path": "media/engine/webrtc_video_engine.cc"
    },
    {
      "type": "modify",
      "old_id": "d497e42b8e1e5eeaf3885d221ce9799e857404e4",
      "old_mode": 33188,
      "old_path": "media/engine/webrtc_video_engine.h",
      "new_id": "334a87116808c11da7f31824ee3c147ee1cfb0f8",
      "new_mode": 33188,
      "new_path": "media/engine/webrtc_video_engine.h"
    },
    {
      "type": "modify",
      "old_id": "0448da09de7a0e807554bb38c6cf92274e62f9ed",
      "old_mode": 33188,
      "old_path": "media/engine/webrtc_voice_engine.cc",
      "new_id": "4000fb1980f115cf45277f1ed88a72eb2fa12fda",
      "new_mode": 33188,
      "new_path": "media/engine/webrtc_voice_engine.cc"
    },
    {
      "type": "modify",
      "old_id": "91cc293538e19541c8129db31a74d87b5984ff16",
      "old_mode": 33188,
      "old_path": "pc/BUILD.gn",
      "new_id": "322488a20c5e75a3c6d5227fc848fcdaf1abb35f",
      "new_mode": 33188,
      "new_path": "pc/BUILD.gn"
    },
    {
      "type": "modify",
      "old_id": "610f507b2d848a5c6af8eb15c6b043014658d0a5",
      "old_mode": 33188,
      "old_path": "pc/channel.cc",
      "new_id": "59921fa4ffc7a621bb8a94adf13d69491c854eca",
      "new_mode": 33188,
      "new_path": "pc/channel.cc"
    },
    {
      "type": "modify",
      "old_id": "fcb01262a987ddca95a42f5a666c05e065629dce",
      "old_mode": 33188,
      "old_path": "pc/channel.h",
      "new_id": "a19950fbc5e93b3cff9170e142f9ddefdda988f0",
      "new_mode": 33188,
      "new_path": "pc/channel.h"
    },
    {
      "type": "modify",
      "old_id": "97fed01e8f2c5c07f4daed08ee521abf20312551",
      "old_mode": 33188,
      "old_path": "pc/channel_interface.h",
      "new_id": "dfbe7496cc912fb47379749ed353e8a1f121163c",
      "new_mode": 33188,
      "new_path": "pc/channel_interface.h"
    },
    {
      "type": "modify",
      "old_id": "946601a19cbb430254dd3e0248566a61121c33bc",
      "old_mode": 33188,
      "old_path": "pc/rtp_transceiver.cc",
      "new_id": "58da29fe7935fd5ad4cedc57910bb583cab443b8",
      "new_mode": 33188,
      "new_path": "pc/rtp_transceiver.cc"
    },
    {
      "type": "modify",
      "old_id": "a69d17be67ea991abba13309ded4f5fb4852b846",
      "old_mode": 33188,
      "old_path": "pc/rtp_transceiver.h",
      "new_id": "86e76f824fbfdae53fda90b9c37c98aa398ce115",
      "new_mode": 33188,
      "new_path": "pc/rtp_transceiver.h"
    },
    {
      "type": "modify",
      "old_id": "20db5d3a03d11fe313817f4636447dd2dddc94c7",
      "old_mode": 33188,
      "old_path": "pc/rtp_transport.cc",
      "new_id": "05ef65148644acc66901fd828f8a6add7b670553",
      "new_mode": 33188,
      "new_path": "pc/rtp_transport.cc"
    },
    {
      "type": "modify",
      "old_id": "1b0d65b96aec3861368373bb40a5801be90ee832",
      "old_mode": 33188,
      "old_path": "pc/rtp_transport.h",
      "new_id": "e51a1247fa1e3970497ff088f62c54cd026d22b0",
      "new_mode": 33188,
      "new_path": "pc/rtp_transport.h"
    },
    {
      "type": "modify",
      "old_id": "96aaa3ea3c220108724b8e0741f04d135257790e",
      "old_mode": 33188,
      "old_path": "pc/rtp_transport_internal.h",
      "new_id": "bb4b66961b6c9649649f9b98c2f903c75b9c5825",
      "new_mode": 33188,
      "new_path": "pc/rtp_transport_internal.h"
    },
    {
      "type": "modify",
      "old_id": "9ef845c176f4c675f967c1c110c48c8200040dc0",
      "old_mode": 33188,
      "old_path": "pc/sdp_offer_answer.cc",
      "new_id": "7a9348071f59111cbf23cc0619008c8ac298c7d6",
      "new_mode": 33188,
      "new_path": "pc/sdp_offer_answer.cc"
    },
    {
      "type": "modify",
      "old_id": "7be0f6626a4927ea83bebb75c4ad566fba7018d4",
      "old_mode": 33188,
      "old_path": "pc/sdp_offer_answer.h",
      "new_id": "802f518fcf85bc6e7bc01763ab089e150002034a",
      "new_mode": 33188,
      "new_path": "pc/sdp_offer_answer.h"
    },
    {
      "type": "modify",
      "old_id": "b87ab9dc6ae9c29b3bf134a6122d909faf14b53c",
      "old_mode": 33188,
      "old_path": "pc/test/mock_channel_interface.h",
      "new_id": "2848905e8923be0cce376875d347849665bf1359",
      "new_mode": 33188,
      "new_path": "pc/test/mock_channel_interface.h"
    }
  ]
}
