bufferpool: Don't check size in config validation
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Tue, 16 Dec 2014 15:13:03 +0000 (10:13 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Tue, 16 Dec 2014 15:20:37 +0000 (10:20 -0500)
commita8d665303757db75da32aebbd2a5d9716e9c528a
treecbe1353a3f0806c900bf1c7d88a343532fbb7199
parent6f136b539951ad9ea75aae608fe63561b43fdd28
bufferpool: Don't check size in config validation

Pools are allowed to change the size in order to adapt padding. So
don't check the size. Normally pool will change the size without
failing set_config(), but it they endup changing the size before
the validate method may fail on a false positive.

https://bugzilla.gnome.org/show_bug.cgi?id=741420
gst/gstbufferpool.c
tests/check/gst/gstbufferpool.c