Skip to content
  • Marijn Suijten's avatar
    bluetooth/gst: Replace buffer accumulation in adapter with direct pull · c6d6ca54
    Marijn Suijten authored
    Bluetooth codecs should always have fixed in/output and are hence able
    to have their results directly read from the codec, instead of
    accumulating in a buffer asynchronously that is subsequently only read
    in the transcode callback.  The Bluetooth backends calling encode/decode
    also expect these fixed buffer sizes.
    c6d6ca54