gl/filter: fixup passthrough bufferpool
authorMatthew Waters <ystreet00@gmail.com>
Wed, 21 May 2014 09:47:22 +0000 (19:47 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:41 +0000 (19:31 +0000)
commit9cfd5e5d043b75602a53aeacc96d48a747a5fc1e
tree01c995bb6183ec044fb5d2f7d26ef80d240a2452
parent313dfbb50020b6a9ddb6d8e33805058d2f83802f
gl/filter: fixup passthrough bufferpool

In a pipeline like so:
  videotestsrc ! gleffects ! videoconvert ! sink
gleffects was simply passing the videoconvert bufferpool to videotestsrc
and not creating a glbufferpool. videobufferpool would then fail
to allocate from the glallocator.
gst-libs/gst/gl/gstglfilter.c