[Bug 745973] matroskademux: gst_tag_list_insert: assertion 'GST_IS_TAG_LIST (into)' failed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Mar 28 08:05:31 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745973

--- Comment #5 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
These commits were follow ups to this bug, leaving them here for reference

commit d56b11af56b53157fca03e9b21aa827164d10a00
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date:   Fri Mar 27 18:58:31 2015 -0300

    matroska: store stream tags and push as updated

    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.

commit 7b2b619a8f9a9329a979dd7d96a339a8740c57d0
Author: Ramiro Polla <ramiro.polla at collabora.co.uk>
Date:   Sun Mar 15 14:40:36 2015 +0100

    matroskademux: send global tags incrementally

    Instead of sending only new tags once they are found, merge the taglist
    and send them incrementally.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list