summaryrefslogtreecommitdiff
path: root/ui/rtp_stream.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-26 08:34:58 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-27 18:00:32 +0000
commit2ccb9d2d957a6c118c00a193d0fbe19712153208 (patch)
tree42d36e350b002ecedea7c32fe198e1e3fa4875a8 /ui/rtp_stream.h
parent25de4422c6c7bac10d0375a9ebdc2bd180dd733d (diff)
downloadwireshark-2ccb9d2d957a6c118c00a193d0fbe19712153208.tar.gz
Add jitter logic to RtpAudioStream.
Copy the jitter logic from rtp_player.c to rtp_audio_stream.cpp. This still isn't correct but the RTP player should now be complete enough to start looking at the bug list at the top of rtp_player_dialog.cpp. Disable timing and jitter controls while we're playing while we're here. Fixes bug 11635. Bug: 11635 Change-Id: Ie583ade522702cbe1bbcea4475a535caa1d74fa2 Reviewed-on: https://code.wireshark.org/review/11295 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index 746fb694d0..71f7ff0795 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -110,7 +110,7 @@ struct _rtpstream_tapinfo {
gboolean is_registered; /**< if the tap listener is currently registered or not */
};
-#if 0
+#if 1
#define RTP_STREAM_DEBUG(...) { \
char *RTP_STREAM_DEBUG_MSG = g_strdup_printf(__VA_ARGS__); \
g_warning("rtp_stream: %s:%d %s", G_STRFUNC, __LINE__, RTP_STREAM_DEBUG_MSG); \