[Bug 779344] plugin: Unify static and dynamic plugin interface
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 28 15:22:43 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=779344
--- Comment #4 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
(In reply to Sebastian Dröge (slomo) from comment #3)
> Review of attachment 346879 [details] [review]:
>
> Makes sense to me, we just need to update the Android cerbero build at the
> same time.
>
> ::: gst/gstplugin.h
> @@ +252,3 @@
> +GST_PLUGIN_EXPORT void G_PASTE(gst_plugin_, G_PASTE(name, _register))
> (void); \
> +\
> +static GstPluginDesc gst_plugin_desc = { \
>
> const?
Right, I started with that, but removed it, as I wanted to know first it that
was doable. I'll fix that in next version, it will require adding const all
over the place inside gstplugin.c.
>
> @@ +268,3 @@
> +\
> +GstPluginDesc * \
> +G_PASTE(gst_plugin_, G_PASTE(name, _get_desc)) (void) \
>
> And const here? :)
Same.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list