After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 766760 - isomp4: Use 64bit variables for elst
isomp4: Use 64bit variables for elst
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-22 02:15 UTC by Seungha Yang
Modified: 2018-11-03 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
isomp4: Use 64bit variables for elst (3.61 KB, patch)
2016-05-22 02:16 UTC, Seungha Yang
needs-work Details | Review

Description Seungha Yang 2016-05-22 02:15:33 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.
Comment 1 Seungha Yang 2016-05-22 02:16:51 UTC
Created attachment 328332 [details] [review]
isomp4: Use 64bit variables for elst
Comment 2 Edward Hervey 2016-12-08 15:36:33 UTC
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.
Comment 3 Sebastian Dröge (slomo) 2016-12-08 15:52:33 UTC
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.
Comment 4 Edward Hervey 2017-01-31 15:14:07 UTC
This also requires a unit test in the qtmux unit test for both reading and creating version 1 elst
Comment 5 GStreamer system administrator 2018-11-03 15:09:24 UTC
-- 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.