]> git.sesse.net Git - vlc/commit
Override PulseAudio input buffer attributes and watch them
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 11 Oct 2011 16:43:57 +0000 (19:43 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 11 Oct 2011 16:45:17 +0000 (19:45 +0300)
commitef1887105d17baa6fb267b7327840e0fe67d29ec
tree1ecf01034f3d4259fc66ed06c5811188b42f056e
parentf60c1959836c44f3c704c82b5c6d9610a3977e8b
Override PulseAudio input buffer attributes and watch them

Since VLC allows the input format to differ from the requested one, it
needs to recompute the buffer attributes after the stream is connected.
Otherwise, we would get different timing than intended.
modules/access/pulse.c