GNOME Bugzilla – Bug 779422
qtmux: Update modification times when sending the moov
Last modified: 2017-03-02 18:34:34 UTC
Together with robust muxing that allows to know when the last update was from the file headers.
Created attachment 346975 [details] [review] qtmux: Update modification times when sending the moov
Review of attachment 346975 [details] [review]: Looks fine
Review of attachment 346975 [details] [review]: ::: gst/isomp4/gstqtmux.c @@ +1937,3 @@ + atoms_get_current_qt_time (); + qtpad->trak->tkhd.modification_time = atoms_get_current_qt_time (); + } How about getting the time just once and writing the same all over. I guess there is a small chance that the times will be slightly different. Not sure it matters in the end but it seems to make more sense to have them all with a common value.
Attachment 346975 [details] pushed as 7709920 - qtmux: Update modification times when sending the moov