Hello, I'm getting quite a lot of memory leaks with this example and
valgrind ( valgrind --show-reachable=yes --leak-check=full ./play
blaupunkt.mpg > out 2> err) .

Even if they are allocated from inside of many strange libraries, do
I have to worry about? Will it not use all the memory? When the
program would run very long.

Thanks
Bu

On 10/15/06, Claudio Ciccani <[EMAIL PROTECTED]> wrote:
Bu Bacoo wrote:
> Hello, I',m trying to play video in my C++ (DFB++ based) application,
> the same way, as it is done in DFB_extra samples, sample1 (the one
> without xine).
>
> When I'm linking, I have to use gcc instead of g++ for file using
> direct_hash_create, direct_hash_insert, direct_hash_iterate, because
> of having problems with linking.
>
> (Changing gcc to g++ for linking the samples shows the same problem).
>
> After creating .c, calling extern "C" files, etc, I made it, but the
> application is still segfaulting, etc, cannot make it work. I can get
> some video info, but no playing.
>
> Do you have please some sample, some piece of code, about how to play
> a video file with DFB++?
>

See the attached example program.


--
Regards,
     Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb



Attachment: err
Description: Binary data

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to