Skip to content

jpegdec: only allow conversions from RGB

Guillaume Desmottes requested to merge gdesmott/gstreamer:jpeg into main

libjpeg-turbo only supports converting from RGB to other RGB formats. Fix runtime error when trying to convert from a YUV format for example.

Fix #916 (closed)

Merge request reports