Wireshark-commits: [Wireshark-commits] master 8186ab3: Qt: fix jitter buffer management
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Feb 2016 20:26:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8186ab3d9f8054478e99f5e707ddf798809a96ee
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8186ab3 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix jitter buffer management
    
    Small bugs were introduced when copy/pasting the code from GTK UI:
    - arrive_offset is stored in seconds and not milliseconds
    - some tests regarding the current playback mode were wrong
    
    Change-Id: I21fb82ba8ff6c8defa7df90c815c040e9e074aaa
    Reviewed-on: https://code.wireshark.org/review/13885
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  dae1179   LTE RRC: fix defragmentation of ETWS / CMAS messages
    adds  8186ab3   Qt: fix jitter buffer management


Summary of changes:
 ui/qt/rtp_audio_stream.cpp |    8 ++++----
 ui/rtp_media.h             |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)