Skip to content
  • Wim Taymans's avatar
    pad: Rework pad blocking, another attempt · fce85f75
    Wim Taymans authored
    Make the PadBlock callback take a GstBlockType parameter to handle the different
    kind of stages in the pad block. This provides for more backwards compatibility
    in the pad block API.
    Separate blocking and unblocking into different methods, only blocking can do a
    callback, unblock is always immediately. Also removed synchronous blocking, it
    can always be implemented with a callback.
    fce85f75