[Bug 785168] d3dvideosink: not recognized as a plugin on msys2
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 20 21:15:01 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=785168
--- Comment #31 from Philippe Renon <philippe_renon at yahoo.fr> ---
Yes, msys2 can also build master. Sorry if I gave the impression to build 1.12.
But I think the ticker was opened against master.
I tested the changes. Unfortunately we missed a typo in directsound/Makefile.am
The line:
libgstdirectsound_la_SOURCES = gstdirectsound.c gstdirectsoundplugin.c
should be:
libgstdirectsound_la_SOURCES = gstdirectsoundsink.c gstdirectsoundplugin.c
With that fix everything compiles fine but both d3d and directsound have no
features...
$ gst-inspect-1.0.exe d3d
Plugin Details:
Name d3d
Description Direct3D plugin
Filename C:\msys64\mingw32\lib\gstreamer-1.0\libgstd3d.dll
Version 1.13.0.1
License LGPL
Source module gst-plugins-bad
Source release date 2017-07-20 20:57 (UTC)
Binary package GStreamer Bad Plug-ins git
Origin URL Unknown package origin
0 features:
$ gst-inspect-1.0.exe directsound
Plugin Details:
Name directsound
Description Direct Sound plugin library
Filename
C:\msys64\mingw32\lib\gstreamer-1.0\libgstdirectsound.dll
Version 1.13.0.1
License LGPL
Source module gst-plugins-good
Source release date 2017-07-20 20:16 (UTC)
Binary package GStreamer Good Plug-ins git
Origin URL Unknown package origin
0 features:
On the other hand, waveform is fine:
$ gst-inspect-1.0.exe waveform
Plugin Details:
Name waveform
Description WaveForm win32 API plugin
Filename
C:\msys64\mingw32\lib\gstreamer-1.0\libgstwaveform.dll
Version 1.13.0.1
License LGPL
Source module gst-plugins-good
Source release date 2017-07-20 20:16 (UTC)
Binary package GStreamer Good Plug-ins git
Origin URL Unknown package origin
waveformsink: WaveForm Audio Sink
1 features:
+-- 1 elements
--
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