GNOME Bugzilla – Bug 766760
isomp4: Use 64bit variables for elst
Last modified: 2018-11-03 15:09:24 UTC
isomp4: Use 64bit variables for elst EditListBox can support 64bit variables based on the version box. More specifically, version 1 of this box uses 64bit values for segment_duration and media_time. Otherwise, 32bit values are used.
Created attachment 328332 [details] [review] isomp4: Use 64bit variables for elst
Comment on attachment 328332 [details] [review] isomp4: Use 64bit variables for elst This patch doesn't actually create 64bit (i.e. version 1) atoms. It just modifies the internal structure size.
This also has the problem that files would become unreadable by older software that does not support version 1. We should only create version 1, if version 0 would be too small and overflow.
This also requires a unit test in the qtmux unit test for both reading and creating version 1 elst
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/275.