[Bug 778330] qtmux: Creates two edit lists with reserved-* options enabled
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 9 00:28:28 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=778330
Jan Schmidt <thaytan at noraisin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at noraisin.net
--- Comment #3 from Jan Schmidt <thaytan at noraisin.net> ---
I was a bit confused by this fix because the existing code to create an edit
list entry for the 'entire track' calls atom_trak_set_elst_entry() - which
seems like it should replace the entry at index 1 in the edit list.
In fact, the function either replaces an existing entry, or simple appends at
whatever index if the entry doesn't yet exist - so calling
atom_trak_set_elst_entry(1) on an empty edit list actually creates entry 0.
Confusing.
--
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