Searched refs:max_kbps (Results 1 – 2 of 2) sorted by relevance
401 if (netsim->max_kbps == -1) in gst_net_sim_get_tokens()425 gst_util_uint64_scale_int (elapsed_time, netsim->max_kbps * 1000, in gst_net_sim_get_tokens()428 gst_util_uint64_scale_int (GST_SECOND, tokens, netsim->max_kbps * 1000); in gst_net_sim_get_tokens()535 netsim->max_kbps = g_value_get_int (value); in gst_net_sim_set_property()580 g_value_set_int (value, netsim->max_kbps); in gst_net_sim_get_property()
88 gint max_kbps; member