scramble fixes

Original commit message from CVS:
scramble fixes
This commit is contained in:
Thomas Vander Stichele 2003-01-22 11:44:44 +00:00
parent 5ab15e39e2
commit ed27d67266

View file

@ -17,9 +17,11 @@ idle_func (gpointer data)
GTimeVal tfthen, tfnow;
GstClockTimeDiff diff;
/*
if (s_clock) {
//g_print ("%lld\n", gst_clock_get_time (s_clock));
g_print ("%lld\n", gst_clock_get_time (s_clock));
}
*/
g_get_current_time (&tfthen);
busy = gst_bin_iterate (GST_BIN (data));
@ -114,6 +116,10 @@ fault_handler (int signum, siginfo_t *si, void *misc)
{
int spinning = TRUE;
/* dolphy has seen si == NULL;
* that doesn't seem like a good idea, does it ? */
g_assert (si);
fault_restore ();
if (si->si_signo == SIGSEGV) {