docs/manual/highlevel-components.xml: Add subtitle/streamselection as new features to playbin.

Original commit message from CVS:
* docs/manual/highlevel-components.xml:
Add subtitle/streamselection as new features to playbin.
This commit is contained in:
Ronald S. Bultje 2005-01-17 15:23:53 +00:00
parent 9cf219a6c3
commit 341f45589c
2 changed files with 19 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* docs/manual/highlevel-components.xml:
Add subtitle/streamselection as new features to playbin.
2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* docs/manual/manual.xml:

View file

@ -132,6 +132,20 @@ main (gint argc,
Supports visualizations for audio-only media.
</para>
</listitem>
<listitem>
<para>
Supports subtitles, both in the media as well as from separate
files.
</para>
</listitem>
<listitem>
<para>
Supports stream selection and disabling. If your media has
multiple audio or subtitle tracks, you can dynamically choose
which one to play back, or decide to turn it off alltogther
(which is especially useful to turn off subtitles).
</para>
</listitem>
</itemizedlist>
</sect1>