diff -r 992abe7045a2 -r 4dd9bf602c18 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 Mon Apr 30 18:16:36 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; };