|
i am building gstreamer 1.10.4
First i built, gstreamer-1.10.4 with usual steps
./configure
make
make install
All went good.
Then i started building gst-plugins-base-1.10.4.
Here i am getting liking error during make in following directory:
------
make[4]: Entering directory `/home/ubuntu/naseeb/wowvision/gst-rtsp/gst-plugins-base-1.10.4/gst-libs/gst/tag'
ERROR: /home/ubuntu/naseeb/wowvision/gst-rtsp/gst-plugins-base-1.10.4/gst-libs/gst/tag/tmp-introspectpVK3TY/.libs/lt-GstTag-1.0: symbol lookup error: /usr/lib/arm-linux-gnueabihf/libgstbase-1.0.so.0: undfined symbol: _gst_value_array_type
--------
i checked _gst_value_array_type is defined as "GST_EXPORT GType _gst_value_array_type;" in file gstvalue.h
I couldn't find which library has its definition.
Please suggest what should i install to get the definition of _gst_value_array_type
Best Regards,
Naseeb Panghal
|