gst-plugins-mythtv/src/gstmythtvsrc.c
branchtrunk
changeset 226 1c6e5a5dc5d2
parent 217 aba1e4be0053
child 227 899d76d6cfc4
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c	Tue Dec 12 18:21:08 2006 +0000
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c	Tue Dec 19 17:20:46 2006 +0000
     1.3 @@ -302,11 +302,6 @@
     1.4  {
     1.5    GstMythtvSrc *this = GST_MYTHTV_SRC (gobject);
     1.6  
     1.7 -  if ( this->th_read_ahead != NULL ) {
     1.8 -    gst_task_stop( this->th_read_ahead );
     1.9 -    this->th_read_ahead = NULL;
    1.10 -  }
    1.11 -
    1.12    if (this->mythtv_caps) {
    1.13      gst_caps_unref (this->mythtv_caps);
    1.14      this->mythtv_caps = NULL;
    1.15 @@ -413,7 +408,7 @@
    1.16    src = GST_MYTHTV_SRC ( psrc );
    1.17  
    1.18    /* The caller should know the number of bytes and not read beyond EOS. */
    1.19 -  if (G_UNLIKELY (src->eos))
    1.20 +  if ( G_UNLIKELY (src->eos) )
    1.21      goto eos;
    1.22    if ( G_UNLIKELY (src->update_prog_chain) )
    1.23      goto change_progchain;