Hi,
I have a question about plugin registry caching. On a windows system, where is the plugin registry stored? I know you can doink around with the GST_PLUGIN_PATH environment variable to identify the location of plugins, but it seems like it's got to be caching that data somewhere because when I do a gst-inspect after setting that, the information comes back immediately - I can't believe that it's loading every single DLL and querying it. -phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
The registry is stored in
%USERPROFILE%\.gstreamer-0.10\registry.i686.xml at least on my system ;-) Carsten > Hi, > > I have a question about plugin registry caching. On a windows system, > where is the plugin registry stored? > > I know you can doink around with the GST_PLUGIN_PATH environment > variable to identify the location of plugins, but it seems like it's got > to be caching that data somewhere because when I do a gst-inspect after > setting that, the information comes back immediately - I can't believe > that it's loading every single DLL and querying it. > > -phil > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Okay, cool. On my home system, I see that file, but on my work system,
I don't. How does that file get built/rebuilt? -phil -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Carsten Sent: Thursday, March 27, 2008 4:15 AM To: Phil Pellouchoud Cc: [hidden email] Subject: Re: [gst-devel] location of plugins cache on a windows system. The registry is stored in %USERPROFILE%\.gstreamer-0.10\registry.i686.xml at least on my system ;-) Carsten > Hi, > > I have a question about plugin registry caching. On a windows system, > where is the plugin registry stored? > > I know you can doink around with the GST_PLUGIN_PATH environment > variable to identify the location of plugins, but it seems like it's got > to be caching that data somewhere because when I do a gst-inspect after > setting that, the information comes back immediately - I can't believe > that it's loading every single DLL and querying it. > > -phil > > ------------------------------------------------------------------------ - > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp lace > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketp lace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
It it not easy expect the exact location of plugin cache in Windows. Usually it goes under %USERPROFILE%\.gstreamer-0.10\registry.i686.xml. However, when I execute gst-launch-0.10 in Cygwin, now the cache is located in $HOME/.gstreamer-0.10/registry.i686.xml
2008/3/28, Phil Pellouchoud <[hidden email]>: Okay, cool. On my home system, I see that file, but on my work system, ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |