[gstreamer-bugs] [Bug 544053] New: supporting the XDG Base Directory Specification
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Jul 21 13:17:35 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=544053
GStreamer | gstreamer (core) | Ver: HEAD CVS
Summary: supporting the XDG Base Directory Specification
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ensonic at sonicpulse.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
What about suuporting the XDG Base Directory Specification
http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
Right now
1) the registry is read/written under
g_build_filename (g_get_home_dir (),
".gstreamer-" GST_MAJORMINOR, "registry." HOST_CPU ".bin", NULL);
2) extra plugins come from
g_build_filename (g_get_home_dir (),
".gstreamer-" GST_MAJORMINOR, "plugins", NULL);
3) presets are keept under
g_build_filename (g_get_home_dir (),
".gstreamer-" GST_MAJORMINOR, "presets", NULL);
What about trying these first and have the older ones as a fallback (and
fixme-0.11)
1)
g_build_filename (g_get_user_cache_dir (),
"gstreamer-" GST_MAJORMINOR, "registry." HOST_CPU ".bin", NULL);
2)
g_build_filename (g_get_user_data_dir (),
"gstreamer-" GST_MAJORMINOR, "plugins", NULL);
3)
g_build_filename (g_get_user_config_dir (),
"gstreamer-" GST_MAJORMINOR, "presets", NULL);
--
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=544053.
More information about the Gstreamer-bugs
mailing list