Environment variables - python does not recognise "Gstreamer 1.0"

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Environment variables - python does not recognise "Gstreamer 1.0"

AnthonyTheKoala
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:
./configure
The result is:
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.
The environment variables are:
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
Why doesn't the GStreamer 1.0 package get recognised. Thank you, Anthony from Sydney

Sent from the GStreamer-devel mailing list archive at Nabble.com.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Environment variables - python does not recognise "Gstreamer 1.0"

Nirbheek Chauhan
Hi,

Try using forward slashes for the paths instead of backslashes.

Cheers,
Nirbheek

On Sun 13 May, 2018, 19:28 AnthonyTheKoala, <[hidden email]> wrote:
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:
./configure
The result is:
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.
The environment variables are:
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
Why doesn't the GStreamer 1.0 package get recognised. Thank you, Anthony from Sydney

Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel