gst-plugins-mythtv/src/gstmythtvsrc.h
branchtrunk
changeset 602 4b0b8c58b532
parent 546 992abe7045a2
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.h	Fri Apr 13 20:32:42 2007 +0100
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h	Thu Apr 26 22:35:25 2007 +0100
     1.3 @@ -113,8 +113,12 @@
     1.4  
     1.5    gboolean update_prog_chain;
     1.6  
     1.7 -	/* stablish a maximum iteration value to the IS_RECORDING message */
     1.8 -	guint wait_to_transfer;
     1.9 +  /* stablish a maximum iteration value to the IS_RECORDING message */
    1.10 +  guint wait_to_transfer;
    1.11 +
    1.12 +  /* max try number to get freerecorder */
    1.13 +  gint max_try;
    1.14 +  gint try_number;
    1.15  
    1.16  };
    1.17