Jan Schmidt wrote:
Hi guys :) After a small fix to gst-python, I managed to get Jokosher to start on Solaris. It didn't get very far though, as mentioned in http://bugzilla.gnome.org/show_bug.cgi?id=343980#c15 In particular: * When trying to create a new project in the initial dialog, I get "Unable to create project. Could not initialize project." after hitting the OK button.
This usually happens when it can't find a gstreamer plugin when creating a project. The most common cause of this, and the most likely in this situation is that it can't find alsasink. Make a find and replace for whatever Sun Audio element gstreamer uses would make it work. We're gonna make it use autoaudiosink soon anyways.
* The preferences window can't find any devices, and the terminal shows some stacktraces about it looking for Alsa stuff specifically - which of course doesn't exist on Solaris. I think this might be because it's trying to get the list of devices off Hal, which doesn't exist on the build of Solaris I have (Solaris 10), but does (apparently) on Solaris 11.
Of course this is to be expected. I have no idea what we would use in replace of HAL on Solaris, or how we would get Jokosher to know what to use instead of alsasrc. Is there an autoaudiosrc?
Laszlo