x264enc: Don't set an allocation maximum
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 18 Jan 2015 16:07:43 +0000 (11:07 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sun, 18 Jan 2015 16:07:43 +0000 (11:07 -0500)
commitacc9529a36ab7eef38539cce9ab7d11658df1fd4
tree17aafa0f2708313851ec5d90d4a132a8d88b1106
parentad43a4de43c6ad9400c1f0b9d9b7e2b9c479f734
x264enc: Don't set an allocation maximum

There is no reason x264enc should enforce a maximum allocation size.
The maximum is normally set by buffer pool which cannot grow, but we
don't offer a buffer pool. This would lead to stall when used with
element that don't implement allocation query.

Related to: https://bugzilla.gnome.org/show_bug.cgi?id=738302
ext/x264/gstx264enc.c