Skip to content
  • Michael Smith's avatar
    gst/audiorate/gstaudiorate.c: If we have a large (> 1 second) discontinuity,... · 9f9e76bc
    Michael Smith authored
    gst/audiorate/gstaudiorate.c: If we have a large (> 1 second) discontinuity, push a series of smaller buffers rather ...
    
    Original commit message from CVS:
    * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
    If we have a large (> 1 second) discontinuity, push a series of
    smaller buffers rather than a single very large buffer. Avoids
    unreasonably large single buffer allocations when encountering a
    large gap.
    * tests/check/elements/audiorate.c: (GST_START_TEST),
    (audiorate_suite):
    Add a test for this.
    9f9e76bc