Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gstreamer: gst/app/gstappsrc.h no such file or directory

Tags:

gstreamer

I have installed gstreamer1.0-plugins-base use command:

$ sudo apt-get install gstreamer1.0-plugins-base

but when I compile my code, it still gives me an error

gst/app/gstappsrc.h: no such file or directory

And I even can't find the directory /app at the directory /usr/include/gstremer1.0/gst

like image 410
tian kaijin Avatar asked Nov 05 '18 14:11

tian kaijin


1 Answers

You will need the development header files. The package is probably named libgstreamer-plugins-base1.0-dev or close to that.

like image 65
Florian Zwoch Avatar answered Jan 01 '23 02:01

Florian Zwoch