Hello
I am building a small program upon the libvlc which has more than one instance of libvlc (want to display more than one video at a time).
When Im trying to rotate one of the videos (with the __config_PutPsz(vlc.SubObject, name, value) ) both of them are affected and are rotated.
Why is this? Is it this way that vlc is built?
I have found out that if I wait a moment between i sets the values only the specified video is affected.
The problem is I dont know what to wait for. It seems to me that vlc sets its variables and then sends
them away to another thread to do the actuall changes. This is a problem to because then I newer know
if the changes is made yet or not.
Gratefull for any help
/ Fredrik