From: salsaman <sal...@xs...> - 2006-12-04 18:48:51
|
lib...@li... wrote: >==26348== Invalid read of size 8 >==26348== at 0x1EB5C0DD: render_blur (renderer.c:436) >==26348== by 0x1EB5C1CA: renderer (renderer.c:120) >==26348== by 0x1EB5AD46: act_jess_render (jess.c:348) > > >Gabriel. > > > >Gabriel, > >A successful professional software developer as yourself knows that in order >to track an software issue there can not be enough information for the >developer. So I would like to request you to: > >a) Use a sane message topic >b) Tell me if this is 32 bits or 64 bits. >c) Tell me the screen depth you are using. >d) Give me a link to the code that uses Libvisual so I can review. >e) Tell me the VisVideo screen dimension that was used. > >Thanks a lot! > >Cheers, >Dennis > > > > > 32 bits, depth==24, screen size 640x480. code is: visual_input_run (libvis->input); visual_video_set_buffer (libvis->video, pixel_data); visual_actor_run (libvis->actor, libvis->input->audio); This generally runs OK. >Hello Gabriel, > >Jack is not working at all in 0.4.0. I will be releasing a 0.4.1 within 6 >weeks that most >likely includes a fix. Regarding the alsa issue, (this is where the crash >is), I have >been looking into this but I can not find a cause. Basically the alsa plugin >crashes after you init/deinit/init it a few times within the same process... > >Maybe someone else on the list has more clue about this ??? > >Cheers, >Dennis > > > If you need some help with jack, look at jack.c in LiVES, in particular jack_open_device(). I will shortly be adding code to grab audio from jack. Hope this helps, Gabriel. |