Hi, Matthew Allum wrote: > You could port the missing bits to gst ;-) ? Also note we didn't make > gst a hard dep in Clutter (and have the 'media' interface to make > switching easy) so other playback engines could be used.
We have a different way to integrate player. We assume that a player may crash or block on bad video files. I do not want to see Freevo crashing because of that. So we always use external processes. Similar to mplayer, our player wrapper forks a child app for xine and gst and is controlled with stdin/stdout. The video is either displayed using the window id or shared memory. So a good itegration of xine for us is shmem support for a texture. Dischi -- This signature is temporarily under construction -- To unsubscribe send a mail to [EMAIL PROTECTED]
