diff --git a/ChangeLog b/ChangeLog index ea5fd17a76..4d119b938e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-17 Ronald S. Bultje + + * docs/manual/highlevel-components.xml: + Add subtitle/streamselection as new features to playbin. + 2005-01-17 Ronald S. Bultje * docs/manual/manual.xml: diff --git a/docs/manual/highlevel-components.xml b/docs/manual/highlevel-components.xml index fa4f446376..90d597c706 100644 --- a/docs/manual/highlevel-components.xml +++ b/docs/manual/highlevel-components.xml @@ -132,6 +132,20 @@ main (gint argc, Supports visualizations for audio-only media. + + + Supports subtitles, both in the media as well as from separate + files. + + + + + 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). + +