A bit more about the gstreamer branch for the changelog

This commit is contained in:
Stein Magnus Jodal 2010-05-04 00:12:46 +02:00
parent d97000257c
commit 769d4f32e4

View File

@ -15,9 +15,13 @@ This change log is used to track all major changes to Mopidy.
``current_playlist_position`` to match naming of ``current_track``.
- **[WIP]** Changed API for get/filter/find_exact/search.
- **[WIP]** Merged the ``gstreamer`` branch from Thomas Adamcik, bringing more
than a hundred new tests, several bugfixes, and a new backend for playing
music from a local music archive.
- **[WIP]** Merged the ``gstreamer`` branch from Thomas Adamcik:
- More than 200 new tests, and thus several bugfixes to existing code.
- Several new generic features, like shuffle, consume, and playlist repeat.
- A new backend for playing music from a local music archive using the
Gstreamer library.
- Made :class:`mopidy.mixers.alsa.AlsaMixer` work on machines without a mixer
named "Master".