diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_cda.c | 4 | ||||
-rw-r--r-- | src/input/input_dvd.c | 4 | ||||
-rw-r--r-- | src/input/input_file.c | 4 | ||||
-rw-r--r-- | src/input/input_http.c | 2 | ||||
-rw-r--r-- | src/input/input_mms.c | 4 | ||||
-rw-r--r-- | src/input/input_net.c | 2 | ||||
-rw-r--r-- | src/input/input_plugin.h | 4 | ||||
-rw-r--r-- | src/input/input_rtp.c | 2 | ||||
-rw-r--r-- | src/input/input_stdin_fifo.c | 4 | ||||
-rw-r--r-- | src/input/input_vcd.c | 4 |
10 files changed, 17 insertions, 17 deletions
diff --git a/src/input/input_cda.c b/src/input/input_cda.c index ccf9cd9f5..3c5981d87 100644 --- a/src/input/input_cda.c +++ b/src/input/input_cda.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_cda.c,v 1.27 2002/06/19 22:22:30 esnel Exp $ + * $Id: input_cda.c,v 1.28 2002/07/05 17:32:01 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -1789,7 +1789,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { _ENTER_FUNC(); - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("cda input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 1a74273f4..6e87dc282 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.51 2002/06/17 21:17:32 f1rmb Exp $ + * $Id: input_dvd.c,v 1.52 2002/07/05 17:32:01 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -809,7 +809,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { config_values_t *config; int i; - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("dvd input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_file.c b/src/input/input_file.c index 957108fb7..4dee6db02 100644 --- a/src/input/input_file.c +++ b/src/input/input_file.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_file.c,v 1.51 2002/06/12 12:22:34 f1rmb Exp $ + * $Id: input_file.c,v 1.52 2002/07/05 17:32:02 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -855,7 +855,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { file_input_plugin_t *this; config_values_t *config; - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("file input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_http.c b/src/input/input_http.c index ec60a0ff8..a481c8430 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -676,7 +676,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { http_input_plugin_t *this; config_values_t *config; - if (iface != 7) { + if (iface != 8) { xine_log (xine, XINE_LOG_PLUGIN, _("http input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_mms.c b/src/input/input_mms.c index 616f2e609..fcc415671 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_mms.c,v 1.14 2002/05/25 19:19:17 siggi Exp $ + * $Id: input_mms.c,v 1.15 2002/07/05 17:32:02 mroi Exp $ * * mms input plugin based on work from major mms */ @@ -289,7 +289,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { mms_input_plugin_t *this; config_values_t *config; - if (iface != 7) { + if (iface != 8) { printf ("mms input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" "This means there's a version mismatch between xine and this input" diff --git a/src/input/input_net.c b/src/input/input_net.c index 6c16f3803..7ea5c8b23 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -339,7 +339,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { net_input_plugin_t *this; config_values_t *config; - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("net input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 63249ea09..53dfb563d 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.25 2002/05/25 19:19:17 siggi Exp $ + * $Id: input_plugin.h,v 1.26 2002/07/05 17:32:02 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -33,7 +33,7 @@ extern "C" { #include "buffer.h" #include "configfile.h" -#define INPUT_PLUGIN_IFACE_VERSION 7 +#define INPUT_PLUGIN_IFACE_VERSION 8 #define MAX_MRL_ENTRIES 255 diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index 7db45091a..44886ca7c 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -509,7 +509,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { config_values_t *config; int bufn; - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("rtp input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c index 760222d33..cf77dc6c5 100644 --- a/src/input/input_stdin_fifo.c +++ b/src/input/input_stdin_fifo.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_stdin_fifo.c,v 1.27 2002/05/25 19:19:18 siggi Exp $ + * $Id: input_stdin_fifo.c,v 1.28 2002/07/05 17:32:02 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -352,7 +352,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { stdin_input_plugin_t *this; config_values_t *config; - if (iface != 7) { + if (iface != 8) { xine_log (xine, XINE_LOG_PLUGIN, _("stdin/fifo input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index 1ad80dd86..dae0fdb20 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.45 2002/06/23 15:59:22 dennisbj Exp $ + * $Id: input_vcd.c,v 1.46 2002/07/05 17:32:02 mroi Exp $ * */ @@ -1141,7 +1141,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { config_values_t *config; int i; - if (iface != 7) { + if (iface != 8) { LOG_MSG(xine, _("vcd input plugin doesn't support plugin API version %d.\n" "PLUGIN DISABLED.\n" |