mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
update to new ideas
Original commit message from CVS: update to new ideas
This commit is contained in:
parent
b214d35eed
commit
f17ce3056f
1 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@ Reviewing the registry (thomasvs, April 8 2002)
|
||||||
|
|
||||||
- if specified (using --gst-registry) then use the specified location
|
- if specified (using --gst-registry) then use the specified location
|
||||||
- if not specified :
|
- if not specified :
|
||||||
- if GST_CONFIG_DIR is writable as the current user, do it there
|
- it can be written in the global location, do it there
|
||||||
(which should be sysconfdir/gstreamer) and reg.xml
|
(which should be sysconfdir/gstreamer) and reg.xml
|
||||||
- if not writable, then try ~/.gstreamer/reg.xml
|
- if not writable, then try ~/.gstreamer/reg.xml
|
||||||
|
|
||||||
|
@ -17,8 +17,12 @@ Reviewing the registry (thomasvs, April 8 2002)
|
||||||
|
|
||||||
- if specified (using --gst-registry) then use the specified location
|
- if specified (using --gst-registry) then use the specified location
|
||||||
- if not specified :
|
- if not specified :
|
||||||
- try reading GST_CONFIG_DIR/reg.xml first
|
- right now :
|
||||||
- TODO: then try reading ~/.gstreamer/reg.xml
|
if local exists, only read local
|
||||||
|
if not, read global
|
||||||
|
|
||||||
|
- TODO: try reading GST_CONFIG_DIR/reg.xml first
|
||||||
|
then try reading ~/.gstreamer/reg.xml
|
||||||
AND replace every namespace collision with the new one
|
AND replace every namespace collision with the new one
|
||||||
|
|
||||||
* actual variables stuff (gstregistry.c)
|
* actual variables stuff (gstregistry.c)
|
||||||
|
|
Loading…
Reference in a new issue