After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 516944 - Patch to add user_data parameter to GstPluginInitFunc
Patch to add user_data parameter to GstPluginInitFunc
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-17 03:34 UTC by José Alburquerque
Modified: 2008-02-17 05:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Patch to add user_data parameter to GstPluginInitFunc (1.72 KB, patch)
2008-02-17 03:35 UTC, José Alburquerque
none Details | Review

Description José Alburquerque 2008-02-17 03:34:39 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.
Comment 1 José Alburquerque 2008-02-17 03:35:31 UTC
Created attachment 105413 [details] [review]
Patch to add user_data parameter to GstPluginInitFunc
Comment 2 José Alburquerque 2008-02-17 05:25:49 UTC
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.