msmith - in flumotion/trunk: .
flumotion/component/producers/playlist
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Tue May 22 16:05:40 CEST 2007
Author: msmith
Date: Tue May 22 16:05:37 2007
New Revision: 4993
Added:
flumotion/trunk/flumotion/component/producers/playlist/README
Modified:
flumotion/trunk/ChangeLog
Log:
* flumotion/component/producers/playlist/README:
Add a brief readme for the playlist component.
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Tue May 22 16:05:37 2007
@@ -1,5 +1,10 @@
2007-05-22 Michael Smith <msmith at fluendo.com>
+ * flumotion/component/producers/playlist/README:
+ Add a brief readme for the playlist component.
+
+2007-05-22 Michael Smith <msmith at fluendo.com>
+
* flumotion/component/producers/playlist/playlist.py:
Handle removing playlist files, and changing existing files.
Added: flumotion/trunk/flumotion/component/producers/playlist/README
==============================================================================
--- (empty file)
+++ flumotion/trunk/flumotion/component/producers/playlist/README Tue May 22 16:05:37 2007
@@ -0,0 +1,13 @@
+Using the playlist component
+----------------------------
+
+- Requires gstreamer core and base cvs, or the upcoming releases (0.10.13 of
+ both) and gnonlin cvs (or a future 0.10.9). Either that or an extensive
+ patch set.
+- Playlist files must not be added until after all the files are available
+- Only ogg vorbis/theora files have been tested. Other formats are _not_
+ expected to work fully at this time.
+- If you need other input file types, you should transcode them before use (and
+ thus before adding the playlist file)
+- Changing the currently-playing file is not supported.
+- Changing existing playlist files has not undergone extensive testing yet.
More information about the flumotion-commit
mailing list