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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 11 07:02:41 PDT 2010


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #167586|none                        |needs-work
             status|                            |

--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-11 14:02:37 UTC ---
(From update of attachment 167586)
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.

Other than that this is what I had in mind too yesterday when you told me about
this problem :)

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