From 0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Fri, 27 Jan 2006 07:46:09 +0000 Subject: Adapt the engine to the new list code. CVS patchset: 7848 CVS date: 2006/01/27 07:46:09 --- src/post/mosaico/mosaico.c | 4 ++-- src/post/mosaico/switch.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/post/mosaico') diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c index 67b9e3e5d..bcb63de5d 100644 --- a/src/post/mosaico/mosaico.c +++ b/src/post/mosaico/mosaico.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: mosaico.c,v 1.24 2004/05/29 14:45:26 mroi Exp $ + * $Id: mosaico.c,v 1.25 2006/01/27 07:46:13 tmattern Exp $ */ /* @@ -197,7 +197,7 @@ static post_plugin_t *mosaico_open_plugin(post_class_t *class_gen, int inputs, input_api->name = "parameters"; input_api->type = XINE_POST_DATA_PARAMETERS; input_api->data = &post_api; - xine_list_append_content(this->post.input, input_api); + xine_list_push_back(this->post.input, input_api); this->post.dispose = mosaico_dispose; diff --git a/src/post/mosaico/switch.c b/src/post/mosaico/switch.c index e63275d06..58b2bf806 100644 --- a/src/post/mosaico/switch.c +++ b/src/post/mosaico/switch.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: switch.c,v 1.14 2004/05/29 14:45:26 mroi Exp $ + * $Id: switch.c,v 1.15 2006/01/27 07:46:13 tmattern Exp $ */ /* @@ -163,7 +163,7 @@ static post_plugin_t *switch_open_plugin(post_class_t *class_gen, int inputs, input_api->name = "parameters"; input_api->type = XINE_POST_DATA_PARAMETERS; input_api->data = &post_api; - xine_list_append_content(this->post.input, input_api); + xine_list_push_back(this->post.input, input_api); this->post.dispose = switch_dispose; -- cgit v1.2.3