diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h index 71834e68..898b6dbb 100644 --- a/gst/rtpmanager/gstrtpbin.h +++ b/gst/rtpmanager/gstrtpbin.h @@ -43,6 +43,7 @@ struct _GstRtpBin { /*< private >*/ /* default latency for sessions */ guint latency; + gboolean do_lost; /* a list of session */ GSList *sessions; /* clock we provide */ |