gstminiobject: shares capacity increase
authorBunio_FH <buniofh@gmail.com>
Tue, 18 Oct 2022 14:41:36 +0000 (16:41 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 19 Oct 2022 10:16:05 +0000 (10:16 +0000)
commit095bca9bdba273c13d9a03ccc892ba84fc0bfb32
tree528cd12c853277298791431be0164321ff4b1805
parent11c74ccec634b809d727ea9704a6b8e7920c2fae
gstminiobject: shares capacity increase

during the MSE (WebKit) tests from Apple suite:
https://hls-streaming.cdn-apple.com/hls_conformance/dist/v1.1/index.html?pretty=true&whitelist=MSE%20Suite
webkit attempts to add a single audio buffer containing ~35.5k frames.
when corresponding GstSamples are pulled buffer is being referenced
more than object capacity allows: 2^15-1. since the case could be considered
malformed a surgical patch is applied to increase the capacity.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3221>
subprojects/gstreamer/gst/gstminiobject.c