Skip to content
  • Jan Schmidt's avatar
    glfilter: Remove hard-coded pad templates · 76bf415a
    Jan Schmidt authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    Add a function to install the default RGBA pad templates,
    but don't make them required so that there can be
    GstGLFilter sub-classes with different input/output
    caps if they want. Remove the hard-coded RGBA restriction in
    the set_caps_features call, as it will be taken care
    of by intersecting with the pad templates.
    
    Update all the sub-classes to match
    76bf415a