Wireshark-commits: [Wireshark-commits] master-3.0 a03331d: RTP: rtp_audio_stream.cpp: fixed excess
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 06 Nov 2019 10:01:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a03331d1dcc06aba0cbe04b31479d60bca9d3932
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

a03331d by Jirka Novak (j.novak@xxxxxxxxxxxx):

    RTP: rtp_audio_stream.cpp: fixed excess silence in visualisation on waveform
    
    When silence is inserted to waveform (VaD, no RTP, ...), waveform is shifted to correct time in visualisation. Code was inserting silence to audio waveform too therefore following audio was shifted twice.
    This patch fixes it.
    
    Change-Id: I4f3e02328662f92b1dabec80ce9da31d0a839046
    Reviewed-on: https://code.wireshark.org/review/34969
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9eb6e05   rtp_analysis_dialog: save as au: fix for streams with multiple codecs
     add  a03331d   RTP: rtp_audio_stream.cpp: fixed excess silence in visualisation on waveform


Summary of changes:
 ui/qt/rtp_audio_stream.cpp  | 6 ++++--
 ui/qt/rtp_player_dialog.cpp | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)