[svn r305] Stop the old FileTransfer socket connection, when trying to move to the next program chain. trunk
authorrosfran
Thu Jan 25 18:09:52 2007 +0000 (2007-01-25)
branchtrunk
changeset 304467386b8394a
parent 303 c96177e93ee2
child 305 9d4af01c6a2f
[svn r305] Stop the old FileTransfer socket connection, when trying to move to the next program chain.
gst-plugins-mythtv/src/gstmythtvsrc.c
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c	Thu Jan 25 15:17:20 2007 +0000
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c	Thu Jan 25 18:09:52 2007 +0000
     1.3 @@ -646,9 +646,10 @@
     1.4    gmyth_uri = gmyth_uri_new_with_value( src->uri_name );
     1.5  
     1.6    src->backend_info = gmyth_backend_info_new_with_uri (src->uri_name);
     1.7 +  src->live_tv |= gmyth_uri_is_livetv( gmyth_uri );
     1.8    /* testing UPnP... */
     1.9    /* gmyth_backend_info_set_hostname( src->backend_info, NULL ); */
    1.10 -  if ( src->live_tv || gmyth_uri_is_livetv( gmyth_uri ) ) {
    1.11 +  if ( src->live_tv ) {
    1.12      src->spawn_livetv = gmyth_livetv_new ();
    1.13      
    1.14      gint ch = gmyth_uri_get_channel_num( gmyth_uri );