basetransform/basesrc: Do bufferpool configuration inside the default decide_allocati...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 26 Apr 2012 15:26:50 +0000 (17:26 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 1 May 2012 11:32:41 +0000 (13:32 +0200)
commit105fa1ffde71f6a553f514ae47f3a453035ba254
treea9fb8be28a62ed062dced46cf19923bc2d654d86
parent5c50c6612a8ddffbaa478f6419e565594aa3316d
basetransform/basesrc: Do bufferpool configuration inside the default decide_allocation() implementation

This allows subclasses to override it, as is necessary for e.g. the
video-crop meta. It is now necessary that after decide_allocation()
there is always a allocator and a configured buffer pool inside the
query.
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c