diff options
Diffstat (limited to 'gst/netsim/gstnetsim.h')
-rw-r--r-- | gst/netsim/gstnetsim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/netsim/gstnetsim.h b/gst/netsim/gstnetsim.h index c9e32d8fd..bfbfa3f9f 100644 --- a/gst/netsim/gstnetsim.h +++ b/gst/netsim/gstnetsim.h @@ -75,6 +75,7 @@ struct _GstNetSim gsize bucket_size; GstClockTime prev_time; NormalDistributionState delay_state; + gint64 last_ready_time; /* properties */ gint min_delay; @@ -86,6 +87,7 @@ struct _GstNetSim guint drop_packets; gint max_kbps; gint max_bucket_size; + gboolean allow_reordering; }; struct _GstNetSimClass |