diff -r f3cdc7844178 -r c9e53d7250f8 gst-plugins-mythtv/src/gstmythtvsrc.h --- a/gst-plugins-mythtv/src/gstmythtvsrc.h Tue Sep 26 15:58:37 2006 +0100 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.h Mon Oct 23 20:02:26 2006 +0100 @@ -21,8 +21,8 @@ #include #include -#include "myth_file_transfer.h" -#include "myth_livetv.h" +#include "gmyth_file_transfer.h" +#include "gmyth_livetv.h" G_BEGIN_DECLS @@ -44,9 +44,9 @@ GstBaseSrc element; /* MythFileTransfer */ - MythFileTransfer *file_transfer; + GMythFileTransfer *file_transfer; - MythLiveTV *spawn_livetv; + GMythLiveTV *spawn_livetv; gchar *uri_name; gchar *user_agent; @@ -76,6 +76,8 @@ /* enable Myth TV debug messages */ gboolean mythtv_msgs_dbg; + + gboolean update_prog_chain; }; struct _GstMythtvSrcClass {