Wireshark-commits: [Wireshark-commits] master c0cec58: RTP: rtp_audio_stream.cpp: fixed excess sile

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 Nov 2019 11:50:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0cec585640288ef2ab3509a3b3f40b9ebe30482
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c0cec58 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/34917
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6fd51d5   print: some indentation fixes.
     add  c0cec58   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(-)