summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpstats.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-25 13:19:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-25 13:19:36 +0000
commit67c69ca0eafde9fc6312cc7aa8c0d560d5f6c53f (patch)
tree387a9bb651f972ae3be44a273b1aa6092900fbfe /gst/rtpmanager/rtpstats.h
parent34534179a2fe641ee5f9b4b84e523d72527e929d (diff)
downloadgst-plugins-bad-67c69ca0eafde9fc6312cc7aa8c0d560d5f6c53f.tar.gz
gst-plugins-bad-67c69ca0eafde9fc6312cc7aa8c0d560d5f6c53f.tar.bz2
gst-plugins-bad-67c69ca0eafde9fc6312cc7aa8c0d560d5f6c53f.zip
gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_change_state): Report NO_PREROLL when going to PAUSED. * gst/rtpmanager/gstrtpsession.c: (rtcp_thread): Don't send RTCP right before we are shutting down. * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp), (rtp_session_process_sr), (session_report_blocks), (rtp_session_perform_reporting): Improve report blocks. * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq), (rtp_source_process_rtp), (rtp_source_process_sr), (rtp_source_process_rb), (rtp_source_get_last_sr), (rtp_source_get_last_rb): * gst/rtpmanager/rtpsource.h: * gst/rtpmanager/rtpstats.h: Cleanups, add methods to access stats.
Diffstat (limited to 'gst/rtpmanager/rtpstats.h')
-rw-r--r--gst/rtpmanager/rtpstats.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h
index 64321427..e8ea9816 100644
--- a/gst/rtpmanager/rtpstats.h
+++ b/gst/rtpmanager/rtpstats.h
@@ -34,6 +34,7 @@ typedef struct {
guint32 rtptime;
guint32 packet_count;
guint32 octet_count;
+ GstClockTime time;
} RTPSenderReport;
/**
@@ -100,7 +101,7 @@ typedef struct {
guint32 prev_received;
guint16 max_seq;
- guint32 cycles;
+ guint64 cycles;
guint32 base_seq;
guint32 bad_seq;
guint32 transit;