jitterbuffer: signal timestamp discont
[platform/upstream/gstreamer.git] / gst / rtpmanager / gstrtpbin.h
index 44b6b01..fd0a7cc 100644 (file)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_RTP_BIN_H__
@@ -45,10 +45,18 @@ struct _GstRtpBin {
 
   /*< private >*/
   /* default latency for sessions */
-  guint           latency;
+  guint           latency_ms;
+  guint64         latency_ns;
+  gboolean        drop_on_latency;
   gboolean        do_lost;
   gboolean        ignore_pt;
+  gboolean        ntp_sync;
+  gint            rtcp_sync;
+  guint           rtcp_sync_interval;
   RTPJitterBufferMode buffer_mode;
+  gboolean        buffering;
+  gboolean        use_pipeline_clock;
+  GstClockTime    buffer_start;
   /* a list of session */
   GSList         *sessions;