[svn r296] Fixes GST_LICENSE problem.
1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c Tue Jan 23 22:25:29 2007 +0000
1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c Wed Jan 24 14:48:47 2007 +0000
1.3 @@ -825,17 +825,6 @@
1.4
1.5 /* sets the Playback monitor connection */
1.6
1.7 - if (src->live_tv == TRUE && ret == TRUE) {
1.8 - /* loop finished, set the max tries variable to zero again... */
1.9 - src->wait_to_transfer = 0;
1.10 -
1.11 - g_usleep (200);
1.12 -
1.13 - while (src->wait_to_transfer++ < GMYTHTV_TRANSFER_MAX_WAITS &&
1.14 - (gmyth_recorder_is_recording (src->spawn_livetv->recorder) == FALSE))
1.15 - g_usleep (1000);
1.16 - }
1.17 -
1.18 /* sets the FileTransfer instance connection (video/audio download) */
1.19
1.20 if (ret == FALSE) {
1.21 @@ -1245,7 +1234,7 @@
1.22 GST_VERSION_MINOR,
1.23 "mythtv",
1.24 "lib MythTV src",
1.25 - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
1.26 + plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/");
1.27
1.28
1.29 /*** GSTURIHANDLER INTERFACE *************************************************/