cc -c -o deepstream_app.o -DPLATFORM_TEGRA -I./ -I…/…/apps-common/includes -I…/…/…/includes -DDS_VERSION_MINOR=0 -DDS_VERSION_MAJOR=5
pkg-config --cflags gstreamer-1.0 gstreamer-video-1.0 x11 json-glib-1.0
deepstream_app.c
Package gstreamer-video-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-video-1.0.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘gstreamer-video-1.0’ found
deepstream_app.c:23:10: fatal error: gst/gst.h: No such file or directory
include <gst/gst.h>
^~~~~~~~~~~
compilation terminated.
Makefile:57: recipe for target ‘deepstream_app.o’ failed
make: *** [deepstream_app.o] Error 1