[vlc-devel] commit: Stop crashing at video init. Yes, this closes #3074 ( Marian Ďurkovič )

Marian Ďurkovič md at bts.sk
Mon Sep 21 20:59:11 CEST 2009


On Mon, 21 Sep 2009 21:48:09 +0300, Rémi Denis-Courmont wrote
> Le lundi 21 septembre 2009 21:32:02 git version control, vous avez 
> écrit :
> > vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Mon Sep 21 20:31:40
> >  2009 +0200| [9cc428cba557433dba8a9b472b939f62259ea2f7] | committer: Marian
> >  Ďurkovič
> > 
> > Stop crashing at video init. Yes, this closes #3074
> 
> Care to explain how?

Sure. In the .hpp file, askGetVideo signal had parameters of type "unsigned int".
In the .cpp file, they were declared as "unsigned".

This resulted in runtime error:

Object::connect: No such signal
MainInterface::askGetVideo(WId*,vout_thread_t*,int*,int*,unsigned*,unsigned*)

Hence getVideoSlot was never called.

   With kind regards,

       M.



More information about the vlc-devel mailing list