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

Commits:

d25bec9 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>
    (cherry picked from commit 8186ab3d9f8054478e99f5e707ddf798809a96ee)
    Reviewed-on: https://code.wireshark.org/review/13894
    

Actions performed:

    from  68db90f   LTE RRC: fix defragmentation of ETWS / CMAS messages
    adds  d25bec9   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(-)