Skip to content
  • Wim Taymans's avatar
    buffer: remove subbuffer subclass · 67bd9529
    Wim Taymans authored
    Move the parent buffer pointer into the GstBuffer struct so that we can
    remove the subbuffer class and type. This is interesting because it allows us to
    more naturally implement methods to get the real type and parent
    of a subbuffer (See #545501).
    It should also be slightly faster because there is no extra object hierarchy to
    initialize and free.
    67bd9529