diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2006-01-27 07:46:09 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2006-01-27 07:46:09 +0000 |
commit | 0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9 (patch) | |
tree | b945d0e6288a0a4c973a4466a0370369d67b1882 /src/post/goom | |
parent | 9c79ab35fc7950f8ee35ea0ebea8ca802a225131 (diff) | |
download | xine-lib-0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9.tar.gz xine-lib-0a391246fd4e8a3c64f3d817cd8ec11c9aaaffd9.tar.bz2 |
Adapt the engine to the new list code.
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09
Diffstat (limited to 'src/post/goom')
-rw-r--r-- | src/post/goom/xine_goom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index e4e091b1e..887283e26 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.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: xine_goom.c,v 1.58 2005/07/19 18:10:31 miguelfreitas Exp $ + * $Id: xine_goom.c,v 1.59 2006/01/27 07:46:13 tmattern Exp $ * * GOOM post plugin. * @@ -297,7 +297,7 @@ static post_plugin_t *goom_open_plugin(post_class_t *class_gen, int inputs, outputv->xine_out.data = (xine_video_port_t **)&this->vo_port; outputv->xine_out.rewire = goom_rewire_video; outputv->post = &this->post; - xine_list_append_content(this->post.output, outputv); + xine_list_push_back(this->post.output, outputv); this->post.xine_post.audio_input[0] = &port->new_port; |