GNOME Bugzilla – Bug 391296
[API] add gst_update_registry() to rescan registry at runtime
Last modified: 2007-01-08 20:31:19 UTC
We need API so that applications can tell GStreamer to re-read the plugin registry at runtime when new packages have been installed. This is part of the easy-codec-installation scheme detailed in bug #161922 and the documents linked from there.
Created attachment 79094 [details] [review] adds gst_update_registry() and simple unit test
Committed (API approved on IRC by Jan): 2007-01-08 Tim-Philipp Müller <tim at centricular dot net> * docs/gst/gstreamer-sections.txt: * gst/gst.c: (load_plugin_func), (scan_and_update_registry), (init_post), (gst_deinit), (gst_update_registry): * gst/gst.h: API: add gst_update_registry() (#391296). * tests/check/Makefile.am: * tests/check/gst/gstregistry.c: * tests/check/gst/.cvsignore: Simple unit test for the above.