2012/2/17 Maksym Veremeyenko <ve...@m1stereo.tv>:
> 15.02.12 20:49, Dan Dennedy написав(ла):
> [...]
>
>> In the pixbuf patch, you should not call the convert_image virtual
>> function directly; use mlt_frame_get_image().
>
> use mlt_frame_get_image for converting image did not work - call to that
> function return blank frame...

It will only work when you call mlt_frame_set_image beforehand, which
I believe you had done in the previous patch. Now you are not, so
yeah, it is ok to call convert_image.

> i updated patch and added the same functionality to pango producer, but
> calling convert_image virtual function directly left till i find another way
> to convert it...

This is not fault of yours, but I can simply not include yet another
form of caching into this pixbuf producer. I need to review the old
cache (as opposed to usage of mlt_cache) first.

-- 
+-DRD-+

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to