gst-plugins-mythtv/src/gstmythtvsrc.h
branchtrunk
changeset 40 ba5dc9bff3a1
parent 13 f3cdc7844178
child 52 67e72eadeef2
     1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.h	Tue Sep 26 15:58:37 2006 +0100
     1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h	Mon Oct 23 15:42:46 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 "myth_file_transfer.h"
     1.8 -#include "myth_livetv.h"
     1.9 +#include "gmyth_file_transfer.h"
    1.10 +#include "gmyth_livetv.h"
    1.11  
    1.12  G_BEGIN_DECLS
    1.13  
    1.14 @@ -44,9 +44,9 @@
    1.15    GstBaseSrc element;
    1.16  
    1.17    /* MythFileTransfer */
    1.18 -  MythFileTransfer *file_transfer;
    1.19 +  GMythFileTransfer *file_transfer;
    1.20  
    1.21 -  MythLiveTV *spawn_livetv;
    1.22 +  GMythLiveTV *spawn_livetv;
    1.23  
    1.24    gchar *uri_name;
    1.25    gchar *user_agent;
    1.26 @@ -76,6 +76,8 @@
    1.27  
    1.28    /* enable Myth TV debug messages */
    1.29    gboolean mythtv_msgs_dbg;
    1.30 +
    1.31 +  gboolean update_prog_chain;
    1.32  };
    1.33  
    1.34  struct _GstMythtvSrcClass {