diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-09-19 16:14:02 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-09-19 16:14:02 +0000 |
commit | 097426600056a112752e92eb1c13f0d6900f3907 (patch) | |
tree | 5cc819adfef1b280bc5bc0b7a6bd5f92edfa9f55 /doc/hackersguide | |
parent | 801a491a64cb01af880bd2093b3d350be38219a7 (diff) | |
download | xine-lib-097426600056a112752e92eb1c13f0d6900f3907.tar.gz xine-lib-097426600056a112752e92eb1c13f0d6900f3907.tar.bz2 |
*BUGFIX*
added missing mutex init in xine_ticket (fixes pause assert with win32-pthreads)
added missing destroys due to pthread
doc spells and houskeeping
use directx of older versions too, possibility to use xine w/o HW accel
CVS patchset: 7738
CVS date: 2005/09/19 16:14:02
Diffstat (limited to 'doc/hackersguide')
-rw-r--r-- | doc/hackersguide/output.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hackersguide/output.sgml b/doc/hackersguide/output.sgml index d24e8f903..806e89d0a 100644 --- a/doc/hackersguide/output.sgml +++ b/doc/hackersguide/output.sgml @@ -357,7 +357,7 @@ Rewiring is the reconnection of one post plugin's outputs and another post plugin's inputs. This can happen on the fly during playback, which makes this a very delicate process. In one such input to output connection, only the output is active by either - writing data directly to the connected intput or by calling functions there. Therefore + writing data directly to the connected input or by calling functions there. Therefore we have to notify only the output, when it is rewired. This is done by calling the <function>rewire()</function> member function of the corresponding <type>xine_post_out_t</type> when the frontend issues a rewiring on this output. |