summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-25 15:48:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-25 15:48:46 +0000
commitbfb8b8fd8da14aa00348a8ba1d8cd11fc29aba1b (patch)
tree2caec1239ce83866b5fd8696d923bcc47ec3b5b3 /gst/rtpmanager/gstrtpbin.h
parent67c69ca0eafde9fc6312cc7aa8c0d560d5f6c53f (diff)
downloadgst-plugins-bad-bfb8b8fd8da14aa00348a8ba1d8cd11fc29aba1b.tar.gz
gst-plugins-bad-bfb8b8fd8da14aa00348a8ba1d8cd11fc29aba1b.tar.bz2
gst-plugins-bad-bfb8b8fd8da14aa00348a8ba1d8cd11fc29aba1b.zip
gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.
Original commit message from CVS: reviewed by: <delete if not using a buddy> * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_set_property), (gst_rtp_bin_get_property): * gst/rtpmanager/gstrtpbin.h: Make default jitterbuffer latency configurable. * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_class_init), (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property), (gst_rtp_jitter_buffer_get_property): Debuging cleanups.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index e40b571d..523eb789 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -40,6 +40,8 @@ typedef struct _GstRTPBinPrivate GstRTPBinPrivate;
struct _GstRTPBin {
GstBin bin;
+ /* default latency for sessions */
+ guint latency;
/* a list of session */
GSList *sessions;
/* clock we provide */