[Bug 779344] plugin: Unify static and dynamic plugin interface

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 28 06:28:46 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=779344

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #346879|none                        |reviewed
             status|                            |

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 346879:
 --> (https://bugzilla.gnome.org/review?bug=779344&attachment=346879)

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?

@@ +268,3 @@
+\
+GstPluginDesc * \
+G_PASTE(gst_plugin_, G_PASTE(name, _get_desc)) (void) \

And const here? :)

-- 
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