diff -r 992abe7045a2 -r f36075170a4e gst-plugins-mythtv/src/gstmythtvsrc.h --- a/gst-plugins-mythtv/src/gstmythtvsrc.h Fri Apr 13 20:32:42 2007 +0100 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h Wed Apr 25 15:50:41 2007 +0100 @@ -113,8 +113,12 @@ gboolean update_prog_chain; - /* stablish a maximum iteration value to the IS_RECORDING message */ - guint wait_to_transfer; + /* stablish a maximum iteration value to the IS_RECORDING message */ + guint wait_to_transfer; + + /* max try number to get freerecorder */ + gint max_try; + gint try_number; };