From a2f063e2bde647a9f6f79e7f3be7b3c9d82eec64 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 15 Aug 2003 14:35:09 +0000 Subject: I am using the latest internal API increase to rename video_overlay_instace to video_overlay_manager, because a) this thing is called "overlay manager" by everyone b) the term "instance" is misleading, since it suggests that you would not share the outcome of a get_instance() with others CVS patchset: 5288 CVS date: 2003/08/15 14:35:09 --- src/xine-engine/xine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/xine.c') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 3fb53f6b2..eb3e03f7f 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.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.c,v 1.252 2003/07/27 12:25:04 hadess Exp $ + * $Id: xine.c,v 1.253 2003/08/15 14:35:09 mroi Exp $ */ /* @@ -431,7 +431,7 @@ xine_stream_t *xine_stream_new (xine_t *this, * osd */ - stream->osd_renderer = osd_renderer_init (stream->video_out->get_overlay_instance (stream->video_out), stream->xine->config ); + stream->osd_renderer = osd_renderer_init (stream->video_out->get_overlay_manager (stream->video_out), stream->xine->config ); /* * register stream -- cgit v1.2.3