Po Lu writes: > But this probably means you don't have the GStreamer development files > installed. > > > The packages ought to be named "gstreamer1-devel" and > "gstreamer1-plugins-base-devel" or something to that effect. Make sure > to install GStreamer 1.0, instead of GStreamer 0.10, and configure with > `--with-gstreamer=yes'. Ah, right. For the people at home that wants to reproduce, I did: sudo apt install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev ./configure --with-xwidgets --with-gstreamer and then everything seems to work here: