gstreamer/gst/autoplug
Andy Wingo d1e9cc692b 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.
2001-11-24 20:37:40 +00:00
..
.gitignore Added manpage 2001-06-07 16:56:27 +00:00
autoplugtest.c sync with the current CVS glib API 2001-08-13 19:00:13 +00:00
gstautoplugcache.c Lots of modifications to the plugin system. 2001-08-21 20:16:48 +00:00
gstautoplugger.c merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +00:00
gststaticautoplug.c quoting from the comment i put in gststaticautoplug.c: it is likely that the plugin is not loaded yet. thus when it l... 2001-11-24 20:37:40 +00:00
gststaticautoplug.h Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
gststaticautoplugrender.c Nobody checks the return value of gst_pad_connect. This patch renames gst_pad_connect to gst_pad_try_connect and mak... 2001-09-14 19:45:20 +00:00
gststaticautoplugrender.h Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
Makefile.am various build fixes 2001-05-27 21:56:04 +00:00