[Development] Multimedia support.

2014-08-22 Thread Thorvaldur Jochumsson
Hi I am currently designing multimedia support for my application. I am wondering which approach to take. Should I make use of the phonon library or make use of the multimedia support provided in the Qt multimedia library? We are currently making use of Qt 4.8, where phonon is supported. However, I

Re: [Development] Multimedia support.

2014-08-20 Thread Mandeep Sandhu
I don't think Phonon is a supported backend in Qt 5. You should probably look into new "Qt Multimedia" framework. On Linux, this framework relies on GStreamer (for other platforms, it has different dependencies). HTH, -mandeep On Wed, Aug 20, 2014 at 7:17 AM, Thorvaldur Jochumsson wrote: > Hi I

Re: [Development] Multimedia support.

2014-08-20 Thread Sune Vuorela
On 2014-08-20, Thorvaldur Jochumsson wrote: > Hi I am currently designing multimedia support for my application. I am > wondering which approach to take. Should I make use of the phonon library > or make use of the multimedia support provided in the Qt multimedia > library? We are currently making

[Development] Multimedia support.

2014-08-20 Thread Thorvaldur Jochumsson
Hi I am currently designing multimedia support for my application. I am wondering which approach to take. Should I make use of the phonon library or make use of the multimedia support provided in the Qt multimedia library? We are currently making use of Qt 4.8, where phonon is supported. However, I