1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.h Wed Nov 22 14:37:47 2006 +0000
1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h Wed Dec 13 23:44:04 2006 +0000
1.3 @@ -24,6 +24,7 @@
1.4 #include <gmyth/gmyth_socket.h>
1.5 #include <gmyth/gmyth_file_transfer.h>
1.6 #include <gmyth/gmyth_livetv.h>
1.7 +#include <gmyth/gmyth_backendinfo.h>
1.8
1.9 G_BEGIN_DECLS
1.10
1.11 @@ -54,6 +55,8 @@
1.12 GMythFileTransfer *file_transfer;
1.13
1.14 GMythLiveTV *spawn_livetv;
1.15 +
1.16 + GMythBackendInfo *backend_info;
1.17
1.18 GstMythtvState state;
1.19