URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d59653f8d52efbf3ab32f95043cd718965e57406
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d59653f by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Make the RTP player output device selectable.
Add a combobox for selecting the output device and populate it with our
available devices. Let the user know if our output format isn't
supported.
Ping-Bug: 13105
Change-Id: I299c7d0f191bb66d93896338036000e2c377781f
Reviewed-on: https://code.wireshark.org/review/19046
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 263fea9 Bluetooth: SMP: Dissect remaining Key Distribution bits
adds d59653f Qt: Make the RTP player output device selectable.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
ui/qt/rtp_audio_stream.cpp | 42 ++++++++++++++++++++++++++++++-
ui/qt/rtp_audio_stream.h | 3 +++
ui/qt/rtp_player_dialog.cpp | 33 ++++++++++++++++++++++--
ui/qt/rtp_player_dialog.h | 6 ++++-
ui/qt/rtp_player_dialog.ui | 54 ++++++++++++++++++++++++++++++++++------
6 files changed, 128 insertions(+), 11 deletions(-)