[svn r474] Put back the Monitor Handler starting on GMythLiveTV. trunk
authorrosfran
Thu Mar 29 23:14:32 2007 +0100 (2007-03-29)
branchtrunk
changeset 46928879368706b
parent 468 f4c6061f6f39
child 470 57833200a415
[svn r474] Put back the Monitor Handler starting on GMythLiveTV.
gmyth/src/gmyth_livetv.c
     1.1 --- a/gmyth/src/gmyth_livetv.c	Wed Mar 28 21:26:42 2007 +0100
     1.2 +++ b/gmyth/src/gmyth_livetv.c	Thu Mar 29 23:14:32 2007 +0100
     1.3 @@ -470,7 +470,7 @@
     1.4  	
     1.5  		} /* if - changes the channel number */
     1.6  		
     1.7 -    sleep (5);                  /* FIXME: this is evil (tpm) */
     1.8 +    sleep (4);                  /* FIXME: this is evil (tpm) */
     1.9    }
    1.10    
    1.11    /* DEBUG message */  
    1.12 @@ -549,14 +549,12 @@
    1.13  	
    1.14  	g_mutex_unlock( livetv->mutex );
    1.15  
    1.16 -/*
    1.17  	if ( !gmyth_livetv_monitor_handler_start( livetv ) )
    1.18  	{
    1.19  		res = FALSE;
    1.20  		gmyth_debug( "LiveTV MONITOR handler error on setup!" );
    1.21  		goto error;		
    1.22  	}
    1.23 -*/
    1.24  	
    1.25  	livetv->setup_done = TRUE;
    1.26