rtpbin: Add use-rtsp-buffering property
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / gstrtpsession.h
index 1c1c109..599ec9a 100644 (file)
@@ -53,6 +53,8 @@ struct _GstRtpSession {
   GstPad        *send_rtp_src;
   GstPad        *send_rtcp_src;
 
+  guint32        recv_rtcp_segment_seqnum;
+
   GstRtpSessionPrivate *priv;
 };