aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-03-07 19:10:21 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-03-07 19:10:21 +0000
commit27915a0f80e7606d8edc64ace78ab13f88f25667 (patch)
treecabf6eafbe06045e6c58d7c0a42b642e06c9cb39 /gtk/voip_calls.h
parent8b481b2ab9cdd1400cae921b2ff816dcd0545379 (diff)
From Alejandro Vaqero:
- Fix a problem when pressing a key when the "Graph" is displayed without any frame selected. - Add support for RTP Payload changes. Now the graph will show any change in the RTP payload type. This is useful for example to show DTMF 2833 in a call. -This line, and those below, will be ignored-- M gtk/graph_analysis.c M gtk/voip_calls.c M gtk/voip_calls.h svn path=/trunk/; revision=13651
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index d38423e065..552e6347d6 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -171,6 +171,7 @@ typedef struct _voip_rtp_stream_info {
guint32 ssrc;
guint8 pt;
guint32 npackets;
+ gboolean end_stream;
guint32 first_frame_num; /* frame number of first frame */
guint32 setup_frame_number; /* frame number of setup message */