registry handling changes read up on it in docs/random/thomasvs/registry if intereste...
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 12 Apr 2002 09:53:00 +0000 (09:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 12 Apr 2002 09:53:00 +0000 (09:53 +0000)
commite00bcd6792f81439ddf7f35be79a321808242465
treeb58ab77233337fe0ddc6d4985cb4d0f3e1acb111
parent70f292f601e2a3a004346118e8a2f0b8fa8096dc
registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare...

Original commit message from CVS:
registry handling changes
read up on it in docs/random/thomasvs/registry if interested
net effect should be transparent; ie. it will keep on working, but will
be more flexible than before.  Testing with garnome seems to work now.
Should probably be rewritten completely, together with plugin loading, but
only after we spec it out ;) It's a bit messy.
ChangeLog
README
docs/random/thomasvs/registry
gst/Makefile.am
gst/gst.c
gst/gst.h
gst/gstplugin.c
gst/gstregistry.c [new file with mode: 0644]
gst/gstregistry.h [new file with mode: 0644]
tools/gst-register.c