diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-15 14:35:09 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-15 14:35:09 +0000 |
commit | a2f063e2bde647a9f6f79e7f3be7b3c9d82eec64 (patch) | |
tree | b43c17e06082ab3535eef4b4217f2c477d7f9f99 /src/xine-engine/xine.c | |
parent | 6b9fa3fbe1ceee6f4a7215cb70d5f3fbee33a1c7 (diff) | |
download | xine-lib-a2f063e2bde647a9f6f79e7f3be7b3c9d82eec64.tar.gz xine-lib-a2f063e2bde647a9f6f79e7f3be7b3c9d82eec64.tar.bz2 |
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
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |