Gstreamer-1.0 development package not found
-
Hi,
I am trying to create a camera application using gstreamer 1.0 and Qt5.5 for IMX device.
But when I am trying to build it showing the following error :-error: gstreamer-1.0 development package not found
I installed *libgstreamer1.0-dev * in the PC and still it is showing the same error.
The desktop build is working fine.Only for the device build it is a problem.
App .pro file contains the following code;
- QT += widgets qml quick
CONFIG += link_pkgconfig
PKGCONFIG += glib-2.0 gstreamer-1.0 gstreamer-video-1.0
What am I missing?
- QT += widgets qml quick
-
Hi,
Since you are cross-compiling, you need the dev packages for your IMX board.
-
From the distribution you are using on your IMX
-
@lalvishnu12 said in Gstreamer-1.0 development package not found:
@SGaist Thanks I got it.
Could you tell more detail?How did you solve this?
-
This post is deleted!