[gstreamer-bugs] [Bug 483692] Make test fails for GstObject on F7-i386

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 5 05:12:06 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=483692

  GStreamer | gstreamer (core) | Ver: 0.10.14

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from Sebastian Dröge  2007-10-05 12:12 UTC -------
I can confirm this, just changing the sleep to something else fixes it for me.
Not sure if this makes sense in general... especially for slow machines.

--- gst/gstobject.c     7 Jul 2006 17:16:26 -0000       1.10
+++ gst/gstobject.c     5 Oct 2007 12:10:53 -0000
@@ -138,7 +138,7 @@ GST_END_TEST
   THREAD_START ();

   /* give main thread a head start */
-  g_usleep (100000);
+  g_usleep (1000);

   /* write our name repeatedly */
   g_message ("THREAD %s: starting loop\n", thread_id);


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=483692.




More information about the Gstreamer-bugs mailing list