Skip to content
  • Tim-Philipp Müller's avatar
    matroskaparse: don't error out if there's not enough data in the adapter · 155a3fec
    Tim-Philipp Müller authored
    gst_matroska_parse_take() would return FLOW_ERROR instead of
    FLOW_EOS in case there's less data in the adapter than requested,
    because buffer is NULL in that case which triggers the error
    code path. This made the unit test fail (occasionally at least,
    because of a bug in the unit test there's a race and it would
    happen only sporadically).
    155a3fec