Re: Talking about the GUI
Steve Lhomme <[email protected]>
| Newsgroups | gmane.comp.multimedia.media-api |
|---|---|
| Message-ID | <[email protected]> |
Ronald Bultje wrote: > On Wed, 2004-01-14 at 22:18, Steve Lhomme wrote: > >>The only problem I can see for the moment is portability. >>As long as it doesn't work on Windows and OSX it's not a solution for >>me. But it seems to have all that we already discussed about. At least >>we wouldn't need to recreate the wheel... > > > We won't port it ourselves. However, we're interested in helping others > with a port (explaining code, etc.). It already works on OS X (this is > just unix, so it was a piece of cake). If you want it on win32, I'd > suggest trying cygwin and fix the compile errors and send us a patch. As > said, we're interested in helping out. Well, I don't think *any* Windows user will want to install cygwin just to run a piece of multimedia library. And I don't think you can make cygwin transparent in a bigger package. So if I were to do a Windows port I would go the Mingw way (ask Mosu about that) or even better the MSVC way. I can't see any good reason why it would not compile, if as I understand it, GStreamer is just an API and a core library.