GNOME Bugzilla – Bug 516944
Patch to add user_data parameter to GstPluginInitFunc
Last modified: 2008-02-17 05:25:49 UTC
Is it possible to include this patch to GStreamer (as in bug #516938). It will allow a user defined C++ "callback" (called a Slot) to be passed in to the init callback functions (for gstreamermm) which can in turn be called for the C++ programmer. Many thanks and appreciation for GStreamer.
Created attachment 105413 [details] [review] Patch to add user_data parameter to GstPluginInitFunc
I just realized that this affects all plugins so I am withdrawing this request for now (I also realize that I'm not sure GstPlugin should be wrapped in GStreamermm because it is a way to add plugins to GStreamer and should probably only be done with the C API). I hope this is fine.