vlc 0.9.8a can't change logo

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
ktsaou
New Cone
New Cone
Posts: 8
Joined: 25 Feb 2009 02:34

vlc 0.9.8a can't change logo

Postby ktsaou » 04 Mar 2009 01:56

Hi,

I think I have found a bug, but before reporting on trac I would like to discuss it here.

In vlc 0.8.6 we could change the logo on the fly by issuing the following commard through rc:

Code: Select all

logo-file filename.png
In vlc 0.9.8a (and 1.0.0-git), according to vlc wiki (http://wiki.videolan.org/How_to_add_logo and the release notes) the format has been changed to:

@name logo-file filename.png

where @name is the name given to the subfilter, which defaults to @logo if no name is given. If @name is given wrong, vlc responds with:

Code: Select all

Unknown destination object.
The problem is that when you issue the command:

Code: Select all

@logo logo-file filename.jpg
the expected result is to change the logo. However vlc responds with:

Code: Select all

Variable doesn't exist or isn't a command.
I have read src/misc/variables.c which seems to give the above error only if VLC_VAR_ISCOMMAND is missing from type. Reading modules/video_filter/logo.c reveals that VLC_VAR_ISCOMMAND is set on 'logo-file' by calling var_CreateGetStringCommand(). So everything seems as it should.

Am I doing something wrong, or this is a bug I should report?

PS: I am using gentoo, so this is a compiled version of vlc-0.9.8a and I have also tried 1.0.0-git with the same results.

smartstone
New Cone
New Cone
Posts: 5
Joined: 04 Mar 2009 03:06

Re: vlc 0.9.8a can't change logo

Postby smartstone » 04 Mar 2009 21:16

exactly the same problem here!

smartstone
New Cone
New Cone
Posts: 5
Joined: 04 Mar 2009 03:06

Re: vlc 0.9.8a can't change logo

Postby smartstone » 10 Mar 2009 01:32

how could I report a bug on this issue?


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 15 guests