[MPlayer-users] GTK bug problem solved?
Diego Zuccato
diego at otello.alma.unibo.it
Thu May 2 18:05:02 CEST 2002
Gabucino wrote:
> I have 1.9.11, and basically the GUI works, but dies when I start it
> with a filename, then press STOP and OPEN
> (async reply:))
This message is usually due to bad threading: you can't have two threads
that update the interface :-(
If gui uses threads, then it requires quite a lot of engineering to be
done "in the right (read GTK+) way": a thread that is the ONLY one that
updates the interface and N threads that do the dirty work... It's the
paradise of global (or static) variables :-)))
BYtE,
Diego.
More information about the MPlayer-users
mailing list