https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8007
Summary: UI gets confused on playing decoded audio in
rtp_player
Product: Wireshark
Version: 1.8.3
Platform: x86
OS/Version: Windows 7
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: michael.duan@xxxxxxxxxxxx
Created attachment 9557
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9557
patch file on UI implementation change
Build Information:
Compiled (32-bit) with GTK+ 2.24.10, with Cairo 1.10.2, with Pango 1.30.0, with
GLib 2.32.2, with WinPcap (4_1_2), with libz 1.2.5, without POSIX capabilities,
with SMI 0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS
2.12.18, with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Nov 19 2012), with AirPcap.
--
when play decoded audio in rtp_player, the UI gets confused where the cursor
goes through. I see the code in rtp_player.c, found it uses some new UI
elements such as cairo*, which is in Cairo lib. I change back this part of code
as in Wireshark1.6.8, just using pixbuf UI elements, and the UI gets normal. I
think the confused UI is caused by using UI elemnets in Cairo lib.
besides differences of UI implementation, the patch file also includes
differences on self-implemented rtp codec, please ignore this part when looking
at the change of UI implementation.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.