glbufferpool: Always recalculate buffer size
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 19 Dec 2014 17:22:12 +0000 (12:22 -0500)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:52 +0000 (19:31 +0000)
commiteeda7a29cefda5ef51379179a1d505c60df737ae
treef4b8043f0980d6d845f61b4273aff6122d44822a
parent04cd97ae59a2b1b0a70f1e9751171f69120491e4
glbufferpool: Always recalculate buffer size

Actually we should always recalculate buffer size since our buffer size
even when not-padded is smaller for many sub-sampled formats. This is
because we don't add padding between the planes.

https://bugzilla.gnome.org/show_bug.cgi?id=740900
gst-libs/gst/gl/gstglbufferpool.c