[gstreamer-bugs] [Bug 160126] multi.ogg is slow

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Dec 18 05:41:44 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=160126
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From rbultje at ronald.bitfreak.net  2004-12-18 08:41 -------
Another question: givent he amount of copying that is going on, would it help if
we used GValueArray instead of GArray for lists/fixedlists in caps? The good
thing is that it is incredibly easy to copy (g_memdup ()), or at least if we
allow ourselves to use such hacks, because the full struct is transparent, which
is not the case for GArray. It might get faster then.

Of course, refcounting would help too, but that's gonna be nasty...

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list