|
From: GStreamer (bugzilla.gnome.org) <bug...@bu...> - 2007-01-11 08:54:07
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D350477 GStreamer | gstreamer (core) | Ver: HEAD CVS ------- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev) 2007-01-11 0= 8:54 UTC ------- basically we need a feature in order that the registry can figure that th= is pluging needs special treatment. Idea1: What about having a GstWrapperFactory that derives from GstPluginFeature. Idea2: What about using a GstWrapperIface (like GstUriHandler).=20 Plugins like LADSPA, LibVisual, ... would register an instance or impleme= nt the Iface. In both versions the registry code can invoke a iface/feature meth= od which determines if a rescan of the registry is needed. For the sake of simplicity we might want to rescan the whole registry. --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail |