[Bug 648010] Better handling of blacklisted plugins: re-scan occasionally, store reason for blacklisting

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 10 08:43:35 UTC 2017


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

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien.isorce at gmail.com

--- Comment #15 from Julien Isorce <julien.isorce at gmail.com> ---
We could check for the direct dependencies *at least*, i.e. those linked with
at build time, so we know their name already. For xvimagesink:

libgstxvimagesink_la_LIBADD = \
    $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
    $(GST_BASE_LIBS) \
    $(GST_LIBS) \
    $(X_LIBS) $(XVIDEO_LIBS) $(XSHM_LIBS) $(LIBM)
libgstxvimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

-lgobject-2.0 -lglib-2.0 -lX11 -lXv -lXext -lm

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