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 796899 - qtdemux: Keep sample data from the current fragment only (push mode)
qtdemux: Keep sample data from the current fragment only (push mode)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-07-31 13:57 UTC by Alicia Boya García
Modified: 2018-09-03 17:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtdemux: Keep sample data from the current fragment only (push mode) (1.77 KB, patch)
2018-07-31 13:57 UTC, Alicia Boya García
committed Details | Review

Description Alicia Boya García 2018-07-31 13:57:35 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).
Comment 1 Alicia Boya García 2018-07-31 13:57:42 UTC
Created attachment 373227 [details] [review]
qtdemux: Keep sample data from the current fragment only (push mode)
Comment 2 Thibault Saunier 2018-09-03 15:52:41 UTC
Review of attachment 373227 [details] [review]:

Makes sense.
Comment 3 Thibault Saunier 2018-09-03 17:05:39 UTC
Attachment 373227 [details] pushed as 794dcfb - qtdemux: Keep sample data from the current fragment only (push mode)