]> git.tuebingen.mpg.de Git - paraslash.git/commit
simplify writer node group
authorAndre <maan@p133.(none)>
Mon, 5 Jun 2006 20:51:43 +0000 (22:51 +0200)
committerAndre <maan@p133.(none)>
Mon, 5 Jun 2006 20:51:43 +0000 (22:51 +0200)
commit9337bed6e84a4068e750fb6597646b45778eeba7
tree5f6032211d0902632d2f8e3e9eeac450e5a42b1f
parent704605b466aca3ae6ca6d1e03b6af55e3d245502
simplify writer node group

It's not neccessary to register a task for each writer in the wng.
So use only one task for the wng that calls the writer's pre_select()
and post_select().
alsa_writer.c
audiod.c
file_writer.c
write.c
write.h
write_common.c