Hello Jason,

I get the error:
-------------------------------------------------
Traceback (most recent call last):
  File "test.py", line 5, in ?
    canvas_movie = kaa.canvas.Movie()
  File "/usr/lib/python2.4/site-packages/kaa/canvas/movie.py", line
150, in __init__
    self.osd = PlayerOSDCanvas()
  File "/usr/lib/python2.4/site-packages/kaa/canvas/movie.py", line
46, in __init__
    super(PlayerOSDCanvas, self).__init__(size)
  File "/usr/lib/python2.4/site-packages/kaa/canvas/displays/buffer.py",
line 41, in __init__
    self.create(size, buffer)
  File "/usr/lib/python2.4/site-packages/kaa/canvas/displays/buffer.py",
line 44, in create
    canvas = evas.EvasBuffer(size, depth =
evas.ENGINE_BUFFER_DEPTH_ARGB32, buffer = buffer)
  File "/usr/lib/python2.4/site-packages/kaa/evas/__init__.py", line
570, in __init__
    self.__buffer = self._evas.output_set("buffer", **kwargs)
evas.EvasError: Unsupported output method 'buffer'.
-------------------------------------------------

Mplayer: vf_overlay_outbuf-2006-12-12-TESTING.diff
Evas: 0.9.9.036
Kaa: 20061218

Cheers,
André

On 11/17/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-11-17 at 14:17 -0500, Jason Tackaberry wrote:
> > Thanks.  This should be fixed now.  But there seems to be a problem with
> > alpha blending in this version, or there has been another API change and
> > the default behaviour is changed.  I'll look into this over the weekend.
>
> Alpha stuff was due to premul changes in Evas.  Added support for this
> in kaa.evas and kaa.canvas.  (Not very well tested but seems to work.)
>
> This recent check-in assumes the premul stuff was added in 0.9.9.036.
> Let me know if anyone knows differently.  Compatibility is maintained
> with earlier versions (between 032 and 035 inclusive).
>
> Jason.
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Freevo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to