Page 1 of 1

vlc_object_find_name("marq") is not safe!

Posted: 30 Mar 2013 23:55
by pgpoulsen
Hi

Whenever I call libvlc_video_set_marquee_int, or similar, my application prints: vlc_object_find_name("marq") is not safe!

I'm not sure what that means and why it says that. Can anyone explain to me what it is and what to do about it?

Thanks in advance.

Yours
/peter

Re: vlc_object_find_name("marq") is not safe!

Posted: 01 Apr 2013 16:45
by RĂ©mi Denis-Courmont
It means libvlc_video_set_marquee_int() function is buggy. You can't do anything to fix it, unless you want to modify libvlc.

Re: vlc_object_find_name("marq") is not safe!

Posted: 01 Apr 2013 21:39
by pgpoulsen
Bummer.. but thanks for your reply anyways.

Yours
/peter