After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567002 - --gst-disable-registry-update also skips registry creation
--gst-disable-registry-update also skips registry creation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: 0.10.22
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-08 09:15 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2009-01-08 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ensure that we get a cache (1.65 KB, patch)
2009-01-08 12:45 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-08 09:15:47 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-08 12:45:05 UTC
Created attachment 126027 [details] [review]
ensure that we get a cache
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-08 13:41:22 UTC
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