Skip to content
  • Sebastian Dröge's avatar
    rtph263pay: Stop using an adapter and directly use the buffer · 8b0d11a0
    Sebastian Dröge authored
    We always pushed one buffer into the adapter, then handled exactly that one
    buffer and flushed it from the adapter. Now also don't memcpy() the actual
    payload but just attach the input buffer's data to the output buffer.
    
    This code still needs some serious refactoring/rewriting.
    8b0d11a0