Loading
fractal: enable gstreamer-good support
gstreamer-good was in the old `fractal` 4.x package, seems to have been overlooked in the upgrade to fractal 5. providing this enables fractal to play inline video -- else the following output is observed for messages containing video: ``` ERROR fractal::components::video_player::imp: Error playing video: Error from element /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: Your GStreamer installation is missing a plug-in. Your GStreamer installation is missing a plug-in. ../gst/playback/gsturidecodebin.c(1049): no_more_pads_full (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: no suitable plugins found: ../gst/playback/gstdecodebin2.c(4704): gst_decode_bin_expose (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: no suitable plugins found: Missing decoder: Quicktime (video/quicktime, variant=(string)iso) ``` (cherry picked from commit aeb5204b)