- 
    Task 
- 
    Resolution: Cannot Reproduce
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    6.2.2
- 
    None
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?