GNOME Bugzilla – Bug 796899
qtdemux: Keep sample data from the current fragment only (push mode)
Last modified: 2018-09-03 17:06:25 UTC
This patch clears the sample table whenever the demuxing of a new fragment begins. This avoids increasing memory usage for long videos. This behavior was already present when upstream_format_is_time; this patch extends it to all push mode operation (e.g. Media Source Extensions).
Created attachment 373227 [details] [review] qtdemux: Keep sample data from the current fragment only (push mode)
Review of attachment 373227 [details] [review]: Makes sense.
Attachment 373227 [details] pushed as 794dcfb - qtdemux: Keep sample data from the current fragment only (push mode)