mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
9cf219a6c3
commit
341f45589c
2 changed files with 19 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue