mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
qtdemux: store the moof-offset also for push mode
It will be used in some cases for getting the correct offsets from trun atoms. https://bugzilla.gnome.org/show_bug.cgi?id=752603
This commit is contained in:
parent
bb336840c0
commit
e0878d6325
1 changed files with 1 additions and 0 deletions
|
@ -5294,6 +5294,7 @@ gst_qtdemux_process_adapter (GstQTDemux * demux, gboolean force)
|
|||
GST_TIME_ARGS (demux->fragment_start));
|
||||
}
|
||||
|
||||
demux->moof_offset = demux->offset;
|
||||
if (!qtdemux_parse_moof (demux, data, demux->neededbytes,
|
||||
demux->offset, NULL)) {
|
||||
gst_adapter_unmap (demux->adapter);
|
||||
|
|
Loading…
Reference in a new issue