summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorAleix Conchillo Flaque <aleix@oblong.com>2012-08-22 16:36:21 -0700
committerWim Taymans <wim.taymans@collabora.co.uk>2012-08-30 21:49:57 +0200
commit4a200b670f0cf0da01818a70cdaad910f9b53ebf (patch)
tree7d15011204b468e479adf22a14677cc8a2e82855 /gst/rtpmanager/rtpsource.h
parent67f3d6ac16fda037161c2a38c2b389820aeb1914 (diff)
rtp: make rtp packet probation configurable (bug #682512)
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index 4adbf702b..7414f94e5 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -72,7 +72,7 @@ typedef struct _RTPSourceClass RTPSourceClass;
*
* Returns: a #GstFlowReturn.
*/
-typedef GstFlowReturn (*RTPSourcePushRTP) (RTPSource *src, GstBuffer *buffer,
+typedef GstFlowReturn (*RTPSourcePushRTP) (RTPSource *src, GstBuffer *buffer,
gpointer user_data);
/**
@@ -127,7 +127,8 @@ struct _RTPSource {
/*< private >*/
guint32 ssrc;
- gint probation;
+ guint probation;
+ guint curr_probation;
gboolean validated;
gboolean internal;
gboolean is_csrc;