summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>