backend phonon vlc : no sound and no video

2012-08-07 Thread quere_g
Hello,

I want to use phonon vlc for Qt 4.8.2vs on Windows.
The backend phonon vlc compiles fine but when I want to play a song with my 
application there is not sound
and these messages appear :

[00293bc0] main interface error: no suitable interface module
[0029ee30] main audio output warning: PTS is out of range (-9708), dropping 
buffer
[0029ee30] main audio output warning: PTS is out of range (-9708), dropping 
buffer

And when I play a video, it's the same, I have not sound and not video but 
errors messages are not the same :

[0044cbd0] mp4 stream warning: unknown box type auth (incompletely loaded)
[0044cbd0] mp4 stream warning: unknown box type titl (incompletely loaded)
[0044cbd0] mp4 stream warning: unknown box type dscp (incompletely loaded)
[0044cbd0] mp4 stream warning: unknown box type perf (incompletely loaded)
[00458d10] faad decoder warning: decoded zero sample

I use VLC 2.0.3, and QT 4.8.2vs.

Thanks in advance.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Call for Projects: University Collaboration in Toulouse

2012-08-07 Thread Kevin Ottens
Hello all,

I have very good news, if everything goes well, I will have the opportunity to
setup student projects at the University in collaboration with KDE again!
We had a one year hiatus, and I have to admit I miss those projects dearly, so
it'd be nice to resume the effort... I'd quite some work ahead as its a reboot
and not much of my previous efforts is left.

Anyway, if you are part of a KDE team, and you'd like to get some help from a
small team of students (not more than four or five) for a few months, here is
your chance! The requirements on your side if you volunteer are the following:
 * Two mentors from your team (one will kind of play the customer to the
students, the other one more on the technical mentoring side);
 * A list of features the students would have to work on (not more than a
dozen, not less than five).

If you are interested, please contact me in private with the info mentionned
above (mentors + feature list with some details). Don't wait! I'll finalize
the list of chosen projects end of next week (and then push it to the
university), and I might have a few questions for you before picking your
proposal or not.

Regards.
--
Kévin Ottens, http://ervin.ipsquad.net

KDAB - proud patron of KDE, http://www.kdab.com


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

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: Call for Projects: University Collaboration in Toulouse

2012-08-07 Thread Alexis Menard

On Aug 7, 2012, at 2:08 PM, Kevin Ottens  wrote:

> Hello all,
> 
> I have very good news, if everything goes well, I will have the opportunity 
> to 
> setup student projects at the University in collaboration with KDE again!
> We had a one year hiatus, and I have to admit I miss those projects dearly, 
> so 
> it'd be nice to resume the effort... I'd quite some work ahead as its a 
> reboot 
> and not much of my previous efforts is left.
> 
> Anyway, if you are part of a KDE team, and you'd like to get some help from a 
> small team of students (not more than four or five) for a few months, here is 
> your chance! The requirements on your side if you volunteer are the following:
> * Two mentors from your team (one will kind of play the customer to the 
> students, the other one more on the technical mentoring side);
> * A list of features the students would have to work on (not more than a 
> dozen, not less than five).
> 
> If you are interested, please contact me in private with the info mentionned 
> above (mentors + feature list with some details). Don't wait! I'll finalize 
> the list of chosen projects end of next week (and then push it to the 
> university), and I might have a few questions for you before picking your 
> proposal or not.
> 
> Regards.

Et un project sur Snowshoe? ou WebKit? Tu prends?

> -- 
> Kévin Ottens, http://ervin.ipsquad.net
> 
> KDAB - proud patron of KDE, http://www.kdab.com
> 
>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: Call for Projects: University Collaboration in Toulouse

2012-08-07 Thread Alexis Menard

On Aug 7, 2012, at 4:47 PM, Alexis Menard  wrote:

> 
> On Aug 7, 2012, at 2:08 PM, Kevin Ottens  wrote:
> 
>> Hello all,
>> 
>> I have very good news, if everything goes well, I will have the opportunity 
>> to 
>> setup student projects at the University in collaboration with KDE again!
>> We had a one year hiatus, and I have to admit I miss those projects dearly, 
>> so 
>> it'd be nice to resume the effort... I'd quite some work ahead as its a 
>> reboot 
>> and not much of my previous efforts is left.
>> 
>> Anyway, if you are part of a KDE team, and you'd like to get some help from 
>> a 
>> small team of students (not more than four or five) for a few months, here 
>> is 
>> your chance! The requirements on your side if you volunteer are the 
>> following:
>> * Two mentors from your team (one will kind of play the customer to the 
>> students, the other one more on the technical mentoring side);
>> * A list of features the students would have to work on (not more than a 
>> dozen, not less than five).
>> 
>> If you are interested, please contact me in private with the info mentionned 
>> above (mentors + feature list with some details). Don't wait! I'll finalize 
>> the list of chosen projects end of next week (and then push it to the 
>> university), and I might have a few questions for you before picking your 
>> proposal or not.
>> 
>> Regards.
> 
> Et un project sur Snowshoe? ou WebKit? Tu prends?

Sorry reply to all :)

> 
>> -- 
>> Kévin Ottens, http://ervin.ipsquad.net
>> 
>> KDAB - proud patron of KDE, http://www.kdab.com
>> 
 Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe 
 <<
> 


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Using libk3b to burn an ISO

2012-08-07 Thread Anant Kamath
Hi,

I'm trying to use libk3b for burning an ISO file :

Here is the portion of code that I'm using (after creating a Kapplication
object) :

--
QString imageFile = "/home/anant/test.iso";
K3b::Core *c = new K3b::Core;
qDebug()scanBus();
K3b::Device::Device* dev = manager->cdWriter().at( 0 );
qDebug()<< dev->vendor();

K3b::SimpleJobHandler* hdl = new K3b::SimpleJobHandler ( &app );
K3b::Iso9660ImageWritingJob* job = new K3b::Iso9660ImageWritingJob( hdl
);

 job->setBurnDevice( dev );
 job->setSpeed( 0 ); //Auto
 job->setSimulate( 0 );
 job->setVerifyData( 0 );
 job->setNoFix( 0 ); // No multisession
 job->setDataMode( K3b::DataModeAuto );
 job->setImagePath( imageFile );
 job->setCopies( 1 );
 job->setWritingApp( K3b::WritingAppAuto );

qDebug()> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<