Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d59653f: Qt: Make the RTP player output device select

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Dec 2016 22:37:24 +0000 (UTC)
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(-)