diff -r 7bf252d4d39f -r 01d60f80fa52 gst-plugins-mythtv/src/gstmythtvsrc.c --- a/gst-plugins-mythtv/src/gstmythtvsrc.c Tue Jan 23 22:25:01 2007 +0000 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c Wed Jan 24 21:52:23 2007 +0000 @@ -825,17 +825,6 @@ /* sets the Playback monitor connection */ - if (src->live_tv == TRUE && ret == TRUE) { - /* loop finished, set the max tries variable to zero again... */ - src->wait_to_transfer = 0; - - g_usleep (200); - - while (src->wait_to_transfer++ < GMYTHTV_TRANSFER_MAX_WAITS && - (gmyth_recorder_is_recording (src->spawn_livetv->recorder) == FALSE)) - g_usleep (1000); - } - /* sets the FileTransfer instance connection (video/audio download) */ if (ret == FALSE) { @@ -1245,7 +1234,7 @@ GST_VERSION_MINOR, "mythtv", "lib MythTV src", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); + plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/"); /*** GSTURIHANDLER INTERFACE *************************************************/