diff -r 992abe7045a2 -r 1c421f2531d3 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 Tue Apr 24 00:43:20 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; };