[Bug 722639] qtdemux: Memory usage is proportional to the time duration of m4a files.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 15 21:00:36 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722639
  GStreamer | gst-plugins-good | unspecified

--- Comment #2 from Ted <ic.lee at lge.com> 2014-10-16 04:00:32 UTC ---
I am suffering from a similar issue.
I guess that this issue will be occurred for a live content if the playback
keeps for a quite long time.

qtdemux_parse_trun()
{
  if (stream->n_samples >=
    QTDEMUX_MAX_SAMPLE_INDEX_SIZE / sizeof (QtDemuxSample))
    goto index_too_big;
}

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list