[gstreamer-bugs] [Bug 520468] Add a Env to enable/disable scan_and_update_registry for usage on embedded

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 24 07:42:18 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=520468

  GStreamer | gstreamer (core) | Ver: 0.10.17




------- Comment #30 from Stefan Kost (gstreamer, gtkdoc dev)  2008-04-24 14:42 UTC -------
I was just about to commit it, but while looking at it once again I would like
to confirm one detail with the ther developers.

ensure_current_registry() is now  doing
#ifdef USE_BINARY_REGISTRY
  gst_registry_binary_read_cache (default_registry, registry_file);
#else
  gst_registry_xml_read_cache (default_registry, registry_file);
#endif

while this code was in
ensure_current_registry_forking/nonforking()

My question: should the forking cover registry cache loading *and* plugin
loading or is plugin loading enough.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=520468.




More information about the Gstreamer-bugs mailing list