summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-05-06 12:14:30 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-05-06 12:14:30 +0000
commit003e1ab7e98424f5214be18e1e25d751df07b2f8 (patch)
tree71b5c8db883715481d1f80f70e5fd759aec816a8
parent790ee873c389dabe9d68c20cebc45e039995ed91 (diff)
downloadxine-lib-003e1ab7e98424f5214be18e1e25d751df07b2f8.tar.gz
xine-lib-003e1ab7e98424f5214be18e1e25d751df07b2f8.tar.bz2
Small update adding INPUT_CAP_PREVIEW
CVS patchset: 1857 CVS date: 2002/05/06 12:14:30
-rw-r--r--doc/hackersguide/hackersguide.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/hackersguide/hackersguide.sgml b/doc/hackersguide/hackersguide.sgml
index 1ab515637..7c1b201d9 100644
--- a/doc/hackersguide/hackersguide.sgml
+++ b/doc/hackersguide/hackersguide.sgml
@@ -11,6 +11,7 @@
<author><firstname>Heiko</firstname><surname>Sch&auml;fer</surname></author>
<author><firstname>Richard</firstname><surname>Wareham</surname></author>
<author><firstname>Miguel</firstname><surname>Freitas</surname></author>
+ <author><firstname>James</firstname><surname>Courtier-Dutton</surname></author>
</authorgroup>
<copyright>
@@ -927,6 +928,14 @@ struct input_plugin_s
plugin in order to guestimate bit-rate.
</para>
</listitem>
+ <listitem>
+ <para>
+ INPUT_CAP_PREVIEW -- xine may attempt preview mode.
+ Requires INPUT_CAP_SEEKABLE. Most input plugins that are SEEKABLE are
+ also PREVIEWable. xine-dvdnav is an exception to this because it blocks
+ the input during a still video image. E.g DVD Menus.
+ </para>
+ </listitem>
</itemizedlist>
<para>