gst-plugins-mythtv/src/gstmythtvsrc.c
branchtrunk
changeset 108 f2b53549deef
parent 106 a4a151d4735d
child 110 ce35e2e839f4
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c	Fri Nov 24 01:53:43 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