aboutsummaryrefslogtreecommitdiffstats
path: root/ui/rtp_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/rtp_stream.c')
-rw-r--r--ui/rtp_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_stream.c b/ui/rtp_stream.c
index f188d0bd5b..11f41c15a5 100644
--- a/ui/rtp_stream.c
+++ b/ui/rtp_stream.c
@@ -56,7 +56,7 @@ static void rtpstream_draw(void *ti_ptr)
g_signal_emit_by_name(top_level, "signal_rtpstream_update");
*/
if (tapinfo && tapinfo->tap_draw) {
- tapinfo->tap_draw(ti_ptr);
+ tapinfo->tap_draw(tapinfo);
}
return;
}