URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71fb8bebfe6b8f76ccfa48ec3cc598e0ddef14ba
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
71fb8be by Jirka Novak (j.novak@xxxxxxxxxxxx):
rtp_player: Player is able to set start of audio play by double click
Patch adds ability to set start of audio play by double clicking on waveform.
Patch fixes unreported issue with placing waveform at incorrect place when switched relative/absolute time mode (check/uncheck Time of Day).
Change-Id: Ib8ce24aea870e2443e033afbb6d6e9fbcf222431
Reviewed-on: https://code.wireshark.org/review/35621
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c1f5b4d rtp_analysis_dialog: Improved codec recognition during saving of audio to .au
add 71fb8be rtp_player: Player is able to set start of audio play by double click
Summary of changes:
ui/qt/rtp_analysis_dialog.cpp | 9 ++
ui/qt/rtp_audio_stream.cpp | 39 ++++++---
ui/qt/rtp_audio_stream.h | 4 +-
ui/qt/rtp_player_dialog.cpp | 199 +++++++++++++++++++++++++++++++++---------
ui/qt/rtp_player_dialog.h | 17 +++-
ui/qt/voip_calls_dialog.cpp | 1 +
ui/rtp_stream.h | 1 +
ui/tap-rtp-common.c | 1 +
ui/voip_calls.c | 1 +
9 files changed, 212 insertions(+), 60 deletions(-)