Skip to content

Configure V4L2 encoder output dimension with the same values used for input

We had a V4L2 encoder that was triggering errors because the output resolution was always kept unchanged even after negotiating a different valid input resolution using the input caps. The patch in this merge request fixes that issue by reusing the input caps to reconfigure the output resolution in the encoder.

Our original patch was for a rebased version of veobox_1.6.0 on top of gst-plugins-good 1.4.5. I've rebased it back to 1.6.0.

I hope it to be useful for you too. Thank you for having made your original branch public. It's being useful to more people.

Merge request reports