diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_cda.c | 3 | ||||
-rw-r--r-- | src/input/input_dvd.c | 7 | ||||
-rw-r--r-- | src/input/input_file.c | 3 | ||||
-rw-r--r-- | src/input/input_http.c | 1 | ||||
-rw-r--r-- | src/input/input_mms.c | 3 | ||||
-rw-r--r-- | src/input/input_net.c | 1 | ||||
-rw-r--r-- | src/input/input_plugin.h | 7 | ||||
-rw-r--r-- | src/input/input_rtp.c | 1 | ||||
-rw-r--r-- | src/input/input_stdin_fifo.c | 3 | ||||
-rw-r--r-- | src/input/input_vcd.c | 3 |
10 files changed, 11 insertions, 21 deletions
diff --git a/src/input/input_cda.c b/src/input/input_cda.c index 3f64984d3..cec013532 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.31 2002/09/05 20:44:39 mroi Exp $ + * $Id: input_cda.c,v 1.32 2002/09/05 22:18:54 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -1796,7 +1796,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { this->filelist[i] = (char *) xine_xmalloc(sizeof(char *) * 256); } - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = cda_plugin_get_capabilities; this->input_plugin.open = cda_plugin_open; this->input_plugin.read = cda_plugin_read; diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index cadc69e0d..76aaab973 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,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.75 2002/09/05 20:44:39 mroi Exp $ + * $Id: input_dvd.c,v 1.76 2002/09/05 22:18:54 mroi Exp $ * */ @@ -1393,7 +1393,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { this = (dvdnav_input_plugin_t *) malloc (sizeof (dvdnav_input_plugin_t)); - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = dvdnav_plugin_get_capabilities; this->input_plugin.open = dvdnav_plugin_open; this->input_plugin.read = dvdnav_plugin_read; @@ -1497,6 +1496,10 @@ static void *init_input_plugin (xine_t *xine, void *data) { /* * $Log: input_dvd.c,v $ + * Revision 1.76 2002/09/05 22:18:54 mroi + * remove plugin's private priority and interface members + * adapt some more decoders + * * Revision 1.75 2002/09/05 20:44:39 mroi * make all the plugin init functions static * (geez this was a job) diff --git a/src/input/input_file.c b/src/input/input_file.c index cfea3fc55..42bd3a80d 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.55 2002/09/05 20:44:39 mroi Exp $ + * $Id: input_file.c,v 1.56 2002/09/05 22:18:54 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -856,7 +856,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { config = xine->config; this->xine = xine; - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = file_plugin_get_capabilities; this->input_plugin.open = file_plugin_open; this->input_plugin.read = file_plugin_read; diff --git a/src/input/input_http.c b/src/input/input_http.c index f74506732..954c8d2e0 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -694,7 +694,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { config = xine->config; this->xine = xine; - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = http_plugin_get_capabilities; this->input_plugin.open = http_plugin_open; this->input_plugin.read = http_plugin_read; diff --git a/src/input/input_mms.c b/src/input/input_mms.c index 07e67bed7..d18a568cb 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.17 2002/09/05 20:44:39 mroi Exp $ + * $Id: input_mms.c,v 1.18 2002/09/05 22:18:55 mroi Exp $ * * mms input plugin based on work from major mms */ @@ -293,7 +293,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { config = xine->config; this->xine = xine; - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = mms_plugin_get_capabilities; this->input_plugin.open = mms_plugin_open; this->input_plugin.read = mms_plugin_read; diff --git a/src/input/input_net.c b/src/input/input_net.c index 00abfa9e5..9df193864 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -340,7 +340,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { config = xine->config; this->xine = xine; - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = net_plugin_get_capabilities; this->input_plugin.open = net_plugin_open; this->input_plugin.read = net_plugin_read; diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 428ee4e71..0131e211c 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.28 2002/09/05 20:19:49 guenter Exp $ + * $Id: input_plugin.h,v 1.29 2002/09/05 22:18:55 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -142,11 +142,6 @@ struct input_plugin_s { /* - * plugin interface version, lower versions _may_ be supported - */ - int interface_version; - - /* * return capabilities of input source */ diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index d4db61874..f61b649c8 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -526,7 +526,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { this->free_buffers = buf; } - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = rtp_plugin_get_capabilities; this->input_plugin.open = rtp_plugin_open; this->input_plugin.read = rtp_plugin_read; diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c index 46c80e283..dd9f26da3 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.30 2002/09/05 20:44:39 mroi Exp $ + * $Id: input_stdin_fifo.c,v 1.31 2002/09/05 22:18:55 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -356,7 +356,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { config = xine->config; this->xine = xine; - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = stdin_plugin_get_capabilities; this->input_plugin.open = stdin_plugin_open; this->input_plugin.read = stdin_plugin_read; diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index 7ea1cc9e8..b875ea277 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.49 2002/09/05 20:44:39 mroi Exp $ + * $Id: input_vcd.c,v 1.50 2002/09/05 22:18:55 mroi Exp $ * */ @@ -1149,7 +1149,6 @@ static void *init_input_plugin (xine_t *xine, void *data) { this->filelist[i] = (char *) xine_xmalloc(sizeof(char *) * 256); } - this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = vcd_plugin_get_capabilities; this->input_plugin.open = vcd_plugin_open; this->input_plugin.read = vcd_plugin_read; |