Skip to content
  • George Kiagiadakis's avatar
    adder: remove non-interleaved layout from caps · 96fca64a
    George Kiagiadakis authored
    adder needs more than just trivial work to support planar buffers properly
    because it currently reads sub-buffers from GstCollectPads in order for all
    of them to have matching sizes. In planar mode, this means it would truncate
    some channels and mix them up in strange ways. It only works if all input
    buffers in all sink pads have matching sizes.
    96fca64a