[svn r109] Function IS_RECORDING moved from FileTransfer to Recorder. trunk
authorrosfran
Fri Nov 24 14:54:39 2006 +0000 (2006-11-24)
branchtrunk
changeset 108f2b53549deef
parent 107 899326948b25
child 109 110d51c17581
[svn r109] Function IS_RECORDING moved from FileTransfer to Recorder.
gst-plugins-mythtv/src/gstmythtvsrc.c
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c	Fri Nov 24 14:29:09 2006 +0000
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c	Fri Nov 24 14:54:39 2006 +0000
     1.3 @@ -674,8 +674,7 @@
     1.4      wait_to_transfer = 0;
     1.5  
     1.6      while ( wait_to_transfer++ < GMYTHTV_TRANSFER_MAX_WAITS &&
     1.7 -	( gmyth_file_transfer_is_recording( src->file_transfer ) == FALSE 
     1.8 -	  /*|| ( gmyth_file_transfer_get_file_position( src->file_transfer ) < ( src->content_size + 327680 ) )*/ ) )
     1.9 +				( gmyth_livetv_is_recording( src->spawn_livetv ) == FALSE ) )
    1.10        g_usleep( 100 );
    1.11    }
    1.12    
    1.13 @@ -802,7 +801,7 @@
    1.14      g_usleep( 200 );
    1.15  
    1.16      while ( wait_to_transfer++ < GMYTHTV_TRANSFER_MAX_WAITS && 
    1.17 -				( gmyth_file_transfer_is_recording( src->file_transfer ) == FALSE ) )
    1.18 +				( gmyth_livetv_is_recording( src->spawn_livetv ) == FALSE ) )
    1.19        g_usleep( 1000 );
    1.20    }
    1.21