Lines 896-902
Link Here
|
896 |
GST_DEBUG_OBJECT (registry, "mtime %ld != %ld or size %" |
896 |
GST_DEBUG_OBJECT (registry, "mtime %ld != %ld or size %" |
897 |
G_GINT64_FORMAT " != %" G_GINT64_FORMAT " or external dependency " |
897 |
G_GINT64_FORMAT " != %" G_GINT64_FORMAT " or external dependency " |
898 |
"env_vars changed: %d or external dependencies changed: %d", |
898 |
"env_vars changed: %d or external dependencies changed: %d", |
899 |
plugin->file_mtime, file_status.st_mtime, |
899 |
(long) plugin->file_mtime, (long) file_status.st_mtime, |
900 |
(gint64) plugin->file_size, (gint64) file_status.st_size, |
900 |
(gint64) plugin->file_size, (gint64) file_status.st_size, |
901 |
env_vars_changed, deps_changed); |
901 |
env_vars_changed, deps_changed); |
902 |
gst_registry_remove_plugin (gst_registry_get_default (), plugin); |
902 |
gst_registry_remove_plugin (gst_registry_get_default (), plugin); |