On Fri, 2012-04-20 at 10:42 +0800, ZiQiangHuan wrote:
> hi,
> 
> I build webkit with gstreamer support, but  I encountered a problem
> when I test with it. When I write a simple statement "printf("*****
> \n")" in the function isAvailable() of
> MediaPlayerPrivateGStreamer.cpp, I got nothing output. When I do the
> same thing with the function create of
> MediaPlayerPrivateGStreamer.cpp, I got nothing output too. So I want
> to know if I want to get some debug info in these functions, what
> should I do? anyone has some experience with this? And I don't know
> why this happen.
> 

That's odd, the stdout buffer should be flushed since you insert a new
line. Try to force a fflush() call maybe?

Philippe

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to