[gstreamer-bugs] [Bug 593284] New: basertppayloader takes time in instance init
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 27 05:27:49 PDT 2009
http://bugzilla.gnome.org/show_bug.cgi?id=593284
Summary: basertppayloader takes time in instance init
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jonas.holmberg at axis.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
--- Comment #0 from Jonas Holmberg <jonas.holmberg at axis.com> 2009-08-27 12:27:43 UTC ---
Created an attachment (id=141845)
Use g_random_int* instead of g_rand_int*
g_rand_new is called 3 times during instance init, using g_random_int* makes it
faster (although it takes the global GRand lock).
--
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