quoting from the comment i put in gststaticautoplug.c: it is likely that the plugin...
authorAndy Wingo <wingo@pobox.com>
Sat, 24 Nov 2001 20:37:40 +0000 (20:37 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 24 Nov 2001 20:37:40 +0000 (20:37 +0000)
commitd1e9cc692bbcf5d179a07a6153ccbcaddc984e43
tree6076a55c9fdbf85cbaea2f2dc57fca162abb6937
parentdfcbeb714eaf45baee3c9a2d65b0316ee60ccd9d
quoting from the comment i put in gststaticautoplug.c: it is likely that the plugin is not loaded yet. thus when it l...

Original commit message from CVS:
quoting from the comment i put in gststaticautoplug.c:

it is likely that the plugin is not loaded yet. thus when it loads it
will replace the elementfactory that gst built from the cache, and the
GST_OBJECT_NAME will no longer be valid. thus we must g_strdup its name.

this might be an implementation problem, i don't know, if a program keeps
a reference to a cached factory after a factory has been added on plugin
initialization. i really don't know though.
gst/autoplug/gststaticautoplug.c