From: salsaman <sal...@xs...> - 2004-09-03 12:11:49
|
Hmm, there seems to be no way of checking whether the user has any plugins installed or not. With no plugins: VisList *vislist=visual_actor_get_list(); if (!vislist->count) printf("no plugins"); crashes. also: char *name=visual_actor_get_next_by_name (NULL); if (name==NULL) printf("no plugins"); gives an assertion: libvisual CRITICAL: (null): visual_plugin_get_next_by_name [(lv_plugin.c,412)]: assertion `list != NULL' failed I suggest you fix this. I can't have apps crashing just because there are no libvisual plugins installed. Salsaman. |