Compilation of gstreamer-vaapi-0.5.0 fails with: make[4]: Entering directory `~/src/intel/gstreamer-vaapi-0.5.0/gst-libs/gst/video' CC libgstvaapi_videoutils_la-gstvideodecoder.lo In file included from gstvideodecoder.c:297:0: gstvideodecoder.h:29:37: fatal error: gst/video/gstvideoutils.h: No such file or directory compilation terminated. The cause of the failure is as reported: /usr/include/gstreamer-0.10/gst/video/gstvideoutils.h is not provided by a standard gstreamer-0.10.36 and gst-plugins-base-0.10.36 installation. gst-plugins-base-0.10.36 instead provides a gstbasevideoutils.h header file. As it happens, gst-plugins-base-1.0 provides a gstvideoutils.h header, but gstreamer-vaapi does not compile against gstreamer-1.0, so something extremely odd seems to be going on here. gstreamer-vaapi-0.4.2 compiles fine.
We may get help from Gwenole.
Hi, (In reply to comment #0) > Compilation of gstreamer-vaapi-0.5.0 fails with: > > make[4]: Entering directory > `~/src/intel/gstreamer-vaapi-0.5.0/gst-libs/gst/video' > CC libgstvaapi_videoutils_la-gstvideodecoder.lo > In file included from gstvideodecoder.c:297:0: > gstvideodecoder.h:29:37: fatal error: gst/video/gstvideoutils.h: No such > file or directory > compilation terminated. > > The cause of the failure is as reported: > /usr/include/gstreamer-0.10/gst/video/gstvideoutils.h is not provided by a > standard gstreamer-0.10.36 and gst-plugins-base-0.10.36 installation. > gst-plugins-base-0.10.36 instead provides a gstbasevideoutils.h header file. GstVideoDecoder is not part of gst-plugins-base 0.10.36. If your copy of gst-plugins-base contains it, then it's most likely incomplete. You will have to update or fix your GStreamer installation: either use a complete (unpatched) GStreamer 0.10 stack from released tarballs, or use a correct and complete snapshot from the "0.10" branch. I suggest you review your local patches.
+ please also attach your config.log and config.h files.
I use a completely clean gstreamer-0.10 installation, with no patches. I also have gstreamer-1.0 installed, which is fine as it is parallel installable with gstreamer-0.10. Possibly this is confusing gstreamer-vaapi-0.5 (it does not confuse gstreamer-vaapi-0.4). You should be able to reproduce this by making a vanilla install of gstreamer-0.10 and of gstreamer-1.0 with plugins. I can. I will attach config.h and config.log
Created attachment 74301 [details] config.log
Created attachment 74302 [details] config.h
Could you try the latest gstream-vaapi? Please file a bug on https://bugzilla.gnome.org/ if you still experience this issue.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.