Skip to content

webmmux: allow resolutions above 4096

Christopher Snowhill requested to merge kode54/gst-plugins-good:master into master

Modify the caps string to allow width and height greater than 4096. There is no need to restrict it since the matroska format allows the width and height values to be up to eight bytes long, and this also applies to the webm subset of the format.

Fixes #550 (closed)

Edited by Christopher Snowhill

Merge request reports