Skip to content

v4l2object: clear format lists if source change event is received

If decoder notify a source change event when the capture format is changed, not the resolution changed.

then gst_v4l2_object_acquire_format will retuen false due to unsupported format.

we need to clear the format lists in the source change flow, and reenumerate format list

Merge request reports