Page 1 of 1

Does the main thread spawn Audio/video output thread?

Posted: 06 Aug 2008 04:12
by Hughes
hi, all!
I'm reading the VLC's Hacker's guide, and find this sentence:

the main thread becomes the interface thread.
It passes through the following steps:
1.CPU detection
*
8.Audio output thread spawning ;
9.Video output thread spawning ;

but when I'm reading the VLC's source code (the version is vlc-0.8.6h),
I cann't find the source code that Audio/video output thread is spawned in the main thread.

Does the main thread spawn Audio/Video output thread ? If it does, in which function?

who can answer my question, Thanks very much!

Re: Does the main thread spawn Audio/video output thread?

Posted: 06 Aug 2008 20:38
by RĂ©mi Denis-Courmont
This guide is completely outdated.

Re: Does the main thread spawn Audio/video output thread?

Posted: 07 Aug 2008 08:16
by Hughes
Thanks!

so when I read the source code (the newest version), the Hack's guide isn't useful.

Is there another other useful document?