Skip to content

jpegparse: turn some bus warnings into object ones

Robert Mader requested to merge rmader/gstreamer:issue3414 into main

For some cameras gst_jpeg_parse_app0() fails on a invalid segment. While this is likely a driver or firmware bug that should be addressed accordingly, it's not fatal and likely does not deserve a bus message on every frame, flooding journals.

Turn down the volume of the warnings by turning them into object warnings. If we conclude that in some cases we'd still want bus warnings, they can be done more fine-grained in the gst_jpeg_parse_appX() functions.


Closes #3414 (closed)

Merge request reports