Skip to content

x264enc: Change accepted caps width and height from [16, MAX] to [1, MAX]

There are cases where the video size might be less than 16x16.

This change allows the x264 encoder to accept this cases.

Related to gst-plugins-good!539 (merged)

Merge request reports