I have downloaded the binary for gstreamer gstreamer-1.0-x86_64-1.14.0.1.exe. There was no trouble installing this.
I downloaded the file gst-python-1.14.0.tar.xz and extracted this to C:\gstreamer\1.0\x86_64\gst-python-1.14.0.
Going to the Git Bash terminal, typing the following commands:
Changed the directory to C:\gstreamer\1.0\x86_64\gst-python-1.14.0.
First command is to:
<pre>
./configure
</pre>
The result is:
<pre>
checking for GST... configure: error: Package requirements (gstreamer-1.0 >= 1.4.0) were not met:
No package 'gstreamer-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GST_CFLAGS
and GST_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
</pre>
The environment variables are:
<pre>
GST_CFLAGS=C:\gstreamer\1.0\x86_64\include
GST_LIB=C:\gstreamer\1.0\x86_64\lib
PKG_CONFIG_PATH=C:\gstreamer\1.0\x86_64\lib\pkgconfig
</pre>
Why doesn't the GStreamer 1.0 package get recognised.
Thank you,
Anthony from Sydney
<br/><hr align="left" width="300" />
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>