Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-21 Thread William Zeng
You need to check whether it contains gdb optimazation flag in the compiler argument, such as -O3. If yes, replace it with -O0 and then try again. BR William Zeng ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] Play video is very slow using Gstreamer

2012-11-19 Thread William Zeng
media file using TI's gstreamer interface. Then implement a new surface type which supports UYVY format. I remember that Qt has this code which converts UYVY to RGB format using NEOM optimization. Best regards, William Zeng > Hi william, > I have the same problem with my device wi

[Interest] QWidget doesn't show on Qt5 and eglfs plugin

2012-10-24 Thread William Zeng
conversion, iconv_open failed QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed Also, the Qt demo (qtdeclarative/examples/demos/samegame) works fine when I running: ./samegame -platform eglfs What's wrong? -- Best regards

Re: [Interest] Play video is very slow using Gstreamer

2012-05-24 Thread William Zeng
-bounces+fredrik.henricsson=stericsson@qt-project.org[mailto: > interest-bounces+fredrik.henricsson=stericsson@qt-project.org] *On > Behalf Of *William Zeng > *Sent:* den 24 maj 2012 17:51 > *To:* interest@qt-project.org > *Subject:* [Interest] Play video is very slow using Gst

[Interest] Play video is very slow using Gstreamer

2012-05-24 Thread William Zeng
Hi All, I'm trying to make a media player using Qt and TI DSP. It has sound but no video when I use QtMultimedia of Qt5 alpha + Gstreamer. Then I try several methods, such as: 1. QtMultimedia of Qt5 alpha + Qt mobility 1.2.0 + Gstreamer 2. QtMultimedia of Qt 4.8.1 + Qt mobility 1.2.0 + Gstream