Skip to content
  • Vincent Penquerc'h's avatar
    oggdemux: fix hang on small truncated files · ef1469fc
    Vincent Penquerc'h authored
    A first hang was happening when trying to locate a page backwards,
    where we'd sync forever on the same page.
    With that fixed, a second hang would happen after preparing an EOS
    event, but with no chain created yet to send it to, the pipeline
    would stay idle forever.
    An element error is now emitted for this case.
    ef1469fc