Home
last modified time | relevance | path

Searched refs:stat_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstregistrychunks.c411 ed->stat_hash = dep->stat_hash; in gst_registry_chunks_save_plugin_dep()
790 dep->stat_hash = d->stat_hash; in gst_registry_chunks_load_plugin_dep()
802 "env_hash: %08x, stat_hash: %08x", dep->env_hash, dep->stat_hash); in gst_registry_chunks_load_plugin_dep()
Dgstregistrychunks.h89 guint stat_hash; member
Dgst_private.h83 guint stat_hash; /* hash of stat() on all relevant files and directories */ member
Dgstplugin.c1858 if (dep->stat_hash != gst_plugin_ext_dep_get_stat_hash (plugin, dep)) in _priv_plugin_deps_files_changed()
1958 dep->stat_hash = gst_plugin_ext_dep_get_stat_hash (plugin, dep); in gst_plugin_add_dependency()