Details
-
Type:
Task
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: 6.2.2
-
Fix Version/s: None
-
Component/s: Build System, Multimedia
-
Labels:None
Description
I'm trying to build Qt 6.2.2 with multimedia support and having some issues.
I was previously on 5.15.8 and only needed gstreamer and gst-plugins-base to be able to build Qt. However with 6.2.2 I am getting a compile error about missing header file:
```
#include <gst/interfaces/photography.h>
```
I see that this header file is provided by gst-plugins-bad. Does this mean that gst-plugins-bad is now mandatory for Qt6 Multimedia? If so is that documented anywhere?