[gstreamer-bugs] [Bug 626621] [playbin2] streamsynchronizer regressions

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 11 08:07:14 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=626621
  GStreamer | gst-plugins-base | git

--- Comment #8 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-08-11 15:07:09 UTC ---
(In reply to comment #5)
> (From update of attachment 167586 [details])
> The GArray here is not optimal because of the allocations, reallocations and
> everything. Better use a GSList here, it will use GSlice and for the
> local-only, single-thread allocations here it will be much faster and cause
> less memory fragmentation.
> 

Optimality is a bit relative here, since all streams having EOS does not happen
X times/second, and there should only be one (pre-)allocation for the array,
but I don't mind any particular way.

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