diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index f542bd3929..9f432b464e 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -660,7 +660,7 @@ } } }, - "filename": "libgstnle.so", + "filename": "gstnle", "license": "LGPL", "package": "GStreamer Editing Services", "source": "gst-editing-services", diff --git a/docs/meson.build b/docs/meson.build index 777aa51182..54f8323012 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -21,7 +21,6 @@ plugins_cache = join_paths(meson.current_source_dir(), 'gst_plugins_cache.json') if plugins_cache_generator.found() plugins_doc_dep = custom_target('editing-services-doc-cache', - build_by_default: true, command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'], input: plugins, output: 'gst_plugins_cache.json', @@ -103,4 +102,4 @@ plugins_doc = [hotdoc.generate_doc('nle', gst_smart_index: true, gst_cache_file: plugins_cache, gst_plugin_name: 'nle', -)] \ No newline at end of file +)]