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 Wed Apr 25 15:50:41 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