|
From: Andrei L. <Um...@ed...> - 2002-02-03 22:02:37
|
Hello. Here a 3 patches which let using mozilla, and mms plugin to watch streaming asf 1.xine-plugin.patch (against CVS xine-plugin )Still have problems with not freed memory. After all the calls like xine_list_video_output_plugins and so on memory is not free(). Because some of the call return complex structures and i think may be it will be better to add to xine-lib functions like: xine_free_plugin_memory. During last 5 tests did not had any crash. But still not sure is the place for XInitThreads correct ? 2 xine-mms.patch you nee xine-mms 0.0.3 3. Small patch for asf demuxer. As was suggested in xine-devel it was a problems with multiply video streams . And i did not found place in code(Is this correct?) where we choose one stream from N to send to decode plugin. So i just choose first stream. If anybody from xine "guru" can look on those patches it will be fine. Andrei |