Skip to content
  • Thiago Santos's avatar
    matroska: store stream tags and push as updated · d56b11af
    Thiago Santos authored
    New tags can be found on different parts of the file, so this patch
    keeps the stream taglists around for the life cycle of the pad
    and adds those new tags as found. Then a new tag is found, the
    pad's is marked with a tags changed flag, making the element push
    a new tag event on the next check. Before this, we were sending
    only the newly found tags, as the element was losing its taglist
    when pushing the event.
    d56b11af