[svn r56] Minor fixes. trunk
authorrosfran
Thu Oct 26 15:28:10 2006 +0100 (2006-10-26)
branchtrunk
changeset 55e5dd2fbecd64
parent 54 51fd70b817a8
child 56 24be83eaef89
[svn r56] Minor fixes.
gst-plugins-mythtv/src/gstmythtvsrc.c
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c	Thu Oct 26 02:05:43 2006 +0100
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c	Thu Oct 26 15:28:10 2006 +0100
     1.3 @@ -242,7 +242,7 @@
     1.4    
     1.5    gst_base_src_set_format( GST_BASE_SRC( this ), GST_FORMAT_BYTES );  
     1.6  
     1.7 -  gst_base_src_set_live ( GST_BASE_SRC( this ), TRUE );
     1.8 +  //gst_base_src_set_live ( GST_BASE_SRC( this ), TRUE );
     1.9  
    1.10    gst_pad_set_event_function ( GST_BASE_SRC_PAD(GST_BASE_SRC(this)),
    1.11        gst_mythtv_src_handle_event );