Added code to force the gsttypes plugin to load before gstelements, by simply having...
authorErik Walthinsen <omega@temple-baptist.org>
Sat, 25 Nov 2000 07:43:57 +0000 (07:43 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Sat, 25 Nov 2000 07:43:57 +0000 (07:43 +0000)
commita075cbda18f78ca37d1d40902755af5c63589d86
tree8f9b1c3ddd3616e53b41fc6ea314789a0d6ef17c
parent726f7d36dcbd230ba06422d2a4056c40e4b6fef1
Added code to force the gsttypes plugin to load before gstelements, by simply having gstelements.c request the plugin...

Original commit message from CVS:
Added code to force the gsttypes plugin to load before gstelements, by
simply having gstelements.c request the plugin.  Solves some dependency
problems.  This is the correct method of doing this for now, though I had
a thought:

Have a static list of hard dependencies that the plugin system is responsible
for satisfying before even trying to load the plugin.  Makes plugin design
easier.
gst/elements/gstelements.c
plugins/elements/gstelements.c