Skip to content
  • Matthew Waters's avatar
    gl/filter: fixup passthrough bufferpool · 42f48695
    Matthew Waters authored
    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.
    42f48695