[Bug 684790] isomp4/qtdemux: Whenever a moov atom is found, restart the demuxer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 10 07:26:12 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=684790

--- Comment #92 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Seungha Yang from comment #88)
> Created attachment 371849 [details] [review]
> [3/9] qtdemux: Use GList to manage QtDemuxStream
> 
> * Move to GList from static array
> * Logging track-id instead of array index. It's more meaningful.

Why a GList instead of a GArray or GPtrArray? Unless you need to remove/insert
elements in the middle/beginning, the latter is usually more efficient in all
regards.

-- 
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