GNOME Bugzilla – Bug 567002
--gst-disable-registry-update also skips registry creation
Last modified: 2009-01-08 13:41:22 UTC
rm ~/.gstreamer-0.10/registry.i686.bin gst-inspect-0.10 --gst-disable-registry-update staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features IMHO it should only skip the update check (as the name suggest). If tehre is no cache it should make one. I can make a patch.
Created attachment 126027 [details] [review] ensure that we get a cache
2009-01-08 Stefan Kost <ensonic@users.sf.net> * gst/gst.c: Create a registry if there is none also when the option for gst-disable-registry-update has been selected. Fixes #567002