[Bug 747697] Documentation fails to build because of missing libraries

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 14 14:06:13 PDT 2015


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

--- Comment #10 from LRN <lrn1986 at gmail.com> ---
When no -bad is installed at all, this is what i get when building without any
extra patches:
make[3]: Entering directory
'/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld/docs/libs'
  DOC   Preparing build
  DOC   Scanning header files
  DOC   Introspecting gobjects

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\dash\.libs\libgstdashdemux.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\dash\.libs\libgstdashdemux.dll':
The specified module could not be found.

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\gl\.libs\libgstopengl.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\gl\.libs\libgstopengl.dll':
The specified module could not be found.

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\hls\.libs\libgstfragmented.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\hls\.libs\libgstfragmented.dll':
The specified module could not be found.

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\smoothstreaming\.libs\libgstsmoothstreaming.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\ext\smoothstreaming\.libs\libgstsmoothstreaming.dll':
The specified module could not be found.

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\gst\audiomixer\.libs\libgstaudiomixer.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\gst\audiomixer\.libs\libgstaudiomixer.dll':
The specified module could not be found.

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\gst\compositor\.libs\libgstcompositor.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\gst\compositor\.libs\libgstcompositor.dll':
The specified module could not be found.

(gst-plugins-bad-libs-scan.exe:2364): GStreamer-WARNING **: Failed to load
plugin
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\gst-libs\gst\video\.libs\libgstbadvideo-1.0-0.dll':
'F:/e43/src/mingw/gst-plugins-bad-1.0-git-d8dd4be-1/bld\gst-libs\gst\video\.libs\libgstbadvideo-1.0-0.dll':
The specified module could not be found.
  DOC   Building XML

And then proceeds to build the documentation.

That is, the fatal error was the "specified instance size for type
'GstGLBaseMixerPad' is smaller than the parent type's 'GstVideoAggregatorPad'
instance size" cause by linking to incompatible libgstbadvideo-1.0, not the
inability to load some plugins.

I don't know why libgstbadvideo-1.0-0.dll is among the plugins it tries to
load.

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