|
From: GStreamer (bugzilla.gnome.org) <bug...@bu...> - 2007-08-30 16:20:50
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=350477 GStreamer | gstreamer (core) | Ver: HEAD CVS ------- Comment #16 from Edward Hervey 2007-08-30 15:55 UTC ------- Stefan, Why use a GstPluginFeature derivate to just give 3 strings ? It seems overkill... Adding a method like: gboolean gst_plugin_set_external_dependency_info(GstPlugin *plugin, gchar* paths, gchar* extensions, gchar *env); would fill the job perfectly fine. Or are you worried that adding 3 entries to GstPlugin would take too much room ? And are we agreeing that these 3 items need to be plugin global ? -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=350477. |