]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Split open_current_receiver().
authorAndre Noll <maan@systemlinux.org>
Sat, 30 Jan 2010 13:20:19 +0000 (14:20 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 30 Jan 2010 13:20:19 +0000 (14:20 +0100)
commit3a8d1a0d79ef8e402c6bf39cb0f2da6ebbcfdb13
treefb9c505836dc0fd1efaa4a5e82ae2b47b497817d
parent3741aebd97c1b370f4e783dd6d82dd9e690195a8
audiod: Split open_current_receiver().

We need to check whether the current receiver should be opened from both
pre_select() and post_select(). So rename this function to must_start_decoder(),
make it return bool and do not start the decoder there.

This change makes audiod start the decoder as soon as possible.
audiod.c