I should probably mention that _streams is a QMap. streamOneSSRC and streamTwoSSRC are uint32_t with values similar to 738621152 and 3435571404. I've asserted that

Qt Code:
  1. assert(_streams.find(streamOneSSRC) != _streams.end());
  2. assert(_streams.find(streamTwoSSRC) != _streams.end());
To copy to clipboard, switch view to plain text mode 

right before the signal emission happens.