webmmux: allow resolutions above 4096
authorChristopher Snowhill <kode54@gmail.com>
Thu, 17 Jan 2019 07:54:25 +0000 (23:54 -0800)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Sat, 2 Feb 2019 15:40:53 +0000 (15:40 +0000)
commit818428ce9c9b5b4a5d32b808e14621527ffe0698
treecec2c30f3cea3501dd1460908ec1f016bebd9222
parentd677e635fcdb4178ca75e5e4492f13dc38b84e12
webmmux: allow resolutions above 4096

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 https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/550
gst/matroska/webm-mux.c