gst-plugins-mythtv/src/gstmythtvsrc.h
branchtrunk
changeset 53 26845a19d06e
parent 40 ba5dc9bff3a1
child 61 dedcca2fe529
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.h	Mon Oct 23 15:42:46 2006 +0100
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h	Thu Oct 26 02:04:40 2006 +0100
     1.3 @@ -21,8 +21,8 @@
     1.4  #include <stdio.h>
     1.5  
     1.6  #include <gmyth/gmyth_socket.h>
     1.7 -#include "gmyth_file_transfer.h"
     1.8 -#include "gmyth_livetv.h"
     1.9 +#include <gmyth/gmyth_file_transfer.h>
    1.10 +#include <gmyth/gmyth_livetv.h>
    1.11  
    1.12  G_BEGIN_DECLS
    1.13  
    1.14 @@ -55,11 +55,11 @@
    1.15    
    1.16    gint mythtv_version;
    1.17  
    1.18 -  guint64 content_size;
    1.19 +  gint64 content_size;
    1.20  
    1.21    guint64 bytes_read;
    1.22  
    1.23 -  guint64 read_offset;
    1.24 +  gint64 read_offset;
    1.25  
    1.26    gboolean eos;
    1.27    
    1.28 @@ -68,6 +68,8 @@
    1.29    gboolean unique_setup;
    1.30  
    1.31    gboolean live_tv;
    1.32 +  
    1.33 +  gboolean enable_timing_position;
    1.34  
    1.35    gint live_tv_id;
    1.36