[gstreamer-bugs] [Bug 593284] basertppayloader takes time in instance init

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 28 02:05:49 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=593284


Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk


--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2009-08-28 09:05:44 UTC ---
I didn't quite realise these were exposed in the public header when I made my
comments on IRC the other day. I don't think we can/should just remove them
like you propose to, and if this goes into the next GLib release anyway, maybe
it's best to keep things as they're now instead of introducing locking
contention.

If you still think we need to do something, how about:

 - #if !GLIB_VERSION_CHECK(2,21,6)
     GST_CAT_DEBUG (GST_CAT_PERFORMANCE, "slow g_rand_new(), update your
glib");
   #endif

 - using just one GRand instance instead of three?

-- 
Configure bugmail: http://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