mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
change scripts directory to register-scripts
Original commit message from CVS: change scripts directory to register-scripts
This commit is contained in:
parent
cc30090c51
commit
b1c46057dc
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ int main (int argc,char *argv[])
|
||||||
|
|
||||||
dir_list = gst_registry_get_path_list(registry);
|
dir_list = gst_registry_get_path_list(registry);
|
||||||
for(iter = dir_list; iter; iter = iter->next) {
|
for(iter = dir_list; iter; iter = iter->next) {
|
||||||
dir = g_build_filename((const char *)iter->data, "scripts");
|
dir = g_build_filename((const char *)iter->data, "register-scripts");
|
||||||
spawn_all_in_dir(dir);
|
spawn_all_in_dir(dir);
|
||||||
g_free(dir);
|
g_free(dir);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue