[Bug 756082] qmlglsink: add a QML extension plugin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 30 00:52:55 PST 2015


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

--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Holger Kaelberer from comment #13)
> 
> > Dynamic or statically
> > linked plugins? I'd say we should try (if possible) to do whatever
> > developers on those platforms are used to.
> 
> I don't know how to link that using cerbero: Manually I linked all gstreamer
> dependcies statically and only the Qt ones dynamically, which is probably
> the best option. Otherwise, if you link everything dynamically you'd need to
> bundle all shared dependencies in your apk!
> 
> How would the first option be done in a cerbero build? The static libs would
> need to be available in the shared build. Would you first build a complete
> xxx-static dist, then, on top, a shared stack?

We always build the shared and static recipes, first the shared ones and then
the static ones. The shared ones are also providing the static *libraries*,
while the static ones only provide the static *plugins*.

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